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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 136203009: Support auto-reload on errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Add experiment Created 6 years, 10 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 52170478c46730b44a1278ada79ff5ecec3eadf7..9dcec9509149e33aedfe2e84b7514bcf8edad5ec 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1567,6 +1567,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
switches::kEnableBenchmarking,
switches::kEnableNaCl,
switches::kEnableNetBenchmarking,
+ switches::kEnableOfflineAutoReload,
switches::kEnableStreamlinedHostedApps,
switches::kEnableWatchdog,
switches::kMemoryProfiling,

Powered by Google App Engine
This is Rietveld 408576698