Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2338623004: Add Blink setting to block doc.written scripts on 2g-like networks (Closed)
Patch Set: Nit Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 2d6c7b45c09418c9c4ef76d24f3a31469e83b4c5..c3d6f0e7aca8d27cd781a8a4cef81226681c9e2b 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -179,6 +179,8 @@ public:
LinkResource* createServiceWorkerLinkResource(HTMLLinkElement*) override;
WebEffectiveConnectionType getEffectiveConnectionType() override;
+ void setEffectiveConnectionTypeOverride(blink::WebEffectiveConnectionType) override;
+ void clearEffectiveConnectionTypeOverride() override;
KURL overrideFlashEmbedWithHTML(const KURL&) override;

Powered by Google App Engine
This is Rietveld 408576698