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

Unified Diff: content/public/common/web_preferences.cc

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: content/public/common/web_preferences.cc
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
index 54adf286d626a201a789058bb557f715877cb146..4fb0c62bf47dc3961c8579f1af7e0c95ae5246d0 100644
--- a/content/public/common/web_preferences.cc
+++ b/content/public/common/web_preferences.cc
@@ -90,7 +90,7 @@ WebPreferences::WebPreferences()
xslt_enabled(true),
xss_auditor_enabled(true),
dns_prefetching_enabled(true),
- data_saver_enabled(false),
+ data_saver_flag(blink::WebDataSaverFlag::kDisabled),
local_storage_enabled(false),
databases_enabled(false),
application_cache_enabled(false),

Powered by Google App Engine
This is Rietveld 408576698