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

Unified Diff: chrome/browser/about_flags.cc

Issue 12886022: Implement offline mode behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to r193064. Created 7 years, 8 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 0e87ccf3aad24747016c90631dc95e9b893de46b..a5d98108271749c63ca41b37f84a17b0e6d47a31 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1264,6 +1264,13 @@ const Experiment kExperiments[] = {
kOsAndroid | kOsLinux | kOsCrOS,
MULTI_VALUE_TYPE(kMaxTilesForInterestAreaChoices)
},
+ {
+ "enable-offline-mode",
+ IDS_FLAGS_ENABLE_OFFLINE_MODE_NAME,
+ IDS_FLAGS_ENABLE_OFFLINE_MODE_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableOfflineCacheAccess)
+ },
// TODO(sky): ifdef needed until focus sorted out in DesktopNativeWidgetAura.
#if !defined(USE_AURA)
{

Powered by Google App Engine
This is Rietveld 408576698