summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorellyjones@chromium.org <ellyjones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-09 01:33:17 +0000
committerellyjones@chromium.org <ellyjones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-09 01:33:17 +0000
commitbd519e3d886c0ee43f98af66c061216c5c6b404b (patch)
treeed40f7ad7cdf7ed6a0fb424e10b357da07f43766 /chrome/common/chrome_switches.h
parente9d5bc63b8ebaea3d98cb1f19f024487beaff47a (diff)
downloadchromium_src-bd519e3d886c0ee43f98af66c061216c5c6b404b.zip
chromium_src-bd519e3d886c0ee43f98af66c061216c5c6b404b.tar.gz
chromium_src-bd519e3d886c0ee43f98af66c061216c5c6b404b.tar.bz2
Enable auto-reload by default on mobile dev channel and desktop canary channel. Also, right now there's no way to disable auto-reload if the user is put into the experiment by Finch, so add a flag to disable it.
BUG=chromium:355569 TEST=adhoc Review URL: https://codereview.chromium.org/267113007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 0e15494..82181d6 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -93,6 +93,7 @@ extern const char kDisableFullscreenWithinTab[];
extern const char kDisableIPv6[];
extern const char kDisableMinimizeOnSecondLauncherItemClick[];
extern const char kDisableNTPOtherSessionsMenu[];
+extern const char kDisableOfflineAutoReload[];
extern const char kDisableOriginChip[];
extern const char kDisableOriginChipV2[];
extern const char kDisablePasswordManagerReauthentication[];