Skip to content

Commit

Permalink
Fix missing header in Safe Browsing patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloston committed Nov 27, 2017
1 parent d7ec1e9 commit a443346
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,15 @@
#include "components/spellcheck/spellcheck_build_features.h"
#include "content/public/renderer/content_renderer_client.h"
#include "extensions/features/features.h"
@@ -69,10 +68,6 @@ namespace prerender {
@@ -26,6 +25,7 @@
#include "media/media_features.h"
#include "ppapi/features/features.h"
#include "printing/features/features.h"
+#include "third_party/WebKit/public/platform/WebSocketHandshakeThrottle.h"
#include "v8/include/v8.h"

#if defined (OS_CHROMEOS)
@@ -69,10 +69,6 @@ namespace prerender {
class PrerenderDispatcher;
}

Expand All @@ -1513,7 +1521,7 @@
namespace subresource_filter {
class UnverifiedRulesetDealer;
}
@@ -238,9 +233,6 @@ class ChromeContentRendererClient : publ
@@ -238,9 +234,6 @@ class ChromeContentRendererClient : publ
static GURL GetNaClContentHandlerURL(const std::string& actual_mime_type,
const content::WebPluginInfo& plugin);

Expand All @@ -1523,7 +1531,7 @@
void GetNavigationErrorStringsInternal(
content::RenderFrame* render_frame,
const blink::WebURLRequest& failed_request,
@@ -272,12 +264,9 @@ class ChromeContentRendererClient : publ
@@ -272,12 +265,9 @@ class ChromeContentRendererClient : publ

chrome::ChromeKeySystemsProvider key_systems_provider_;

Expand Down

0 comments on commit a443346

Please sign in to comment.