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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 1772233003: Flag for Background Loading of Offline Pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index c90d3e6f6375abb9c643455e26baffd89163c537..61563add93b2fc2a9597284cc49868c279ba92f5 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1637,6 +1637,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
switches::kEnableNewBookmarkApps,
#if defined(OS_ANDROID)
switches::kEnableOfflinePagesAsBookmarks,
+ switches::kEnableOfflinePagesBackgroundLoading,
fgorski 2016/03/09 18:00:04 what is this one for?
Pete Williamson 2016/03/09 20:36:32 This line adds our new switch to the list of switc
#endif
#if !defined(DISABLE_NACL)
switches::kForcePNaClSubzero,

Powered by Google App Engine
This is Rietveld 408576698