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

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

Issue 2881073003: Support DataSaver for SharedWorker (Closed)
Patch Set: fix #include "public/web/WebDataSaverFlag.h" Created 3 years, 7 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/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index 719ad33dfaf10d16f8ac5d8abbcedc6b2e6cba44..573b538527dec4320a007596cec2d02b6ca967b1 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -73,7 +73,7 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
void SetCursiveFontFamily(const WebString&,
UScriptCode = USCRIPT_COMMON) override;
void SetDNSPrefetchingEnabled(bool) override;
- void SetDataSaverEnabled(bool) override;
+ void SetDataSaverFlag(WebDataSaverFlag) override;
void SetDOMPasteAllowed(bool) override;
void SetDefaultFixedFontSize(int) override;
void SetDefaultFontSize(int) override;

Powered by Google App Engine
This is Rietveld 408576698