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

Unified Diff: chrome/browser/about_flags.cc

Issue 113133004: Flag for auto-reload work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switched flag from content to chrome. Created 7 years 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 68df5a086422252d1506d156c81e6ccdaae730a3..ea818db663d50a7787403ea85a50f08591bda8ca 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1491,6 +1491,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableOfflineCacheAccess)
},
{
+ "enable-offline-auto-reload",
+ IDS_FLAGS_ENABLE_OFFLINE_AUTO_RELOAD_NAME,
+ IDS_FLAGS_ENABLE_OFFLINE_AUTO_RELOAD_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableOfflineAutoReload)
+ },
+ {
"default-tile-width",
IDS_FLAGS_DEFAULT_TILE_WIDTH_NAME,
IDS_FLAGS_DEFAULT_TILE_WIDTH_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698