summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.h
diff options
context:
space:
mode:
authorygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-12 21:06:31 +0000
committerygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-12 21:06:31 +0000
commit1fc6386aeb781009a34656f5c7d287ecd555326c (patch)
treef0997d01e80f1f421796ed67e1caddd35d7e9f75 /chromeos/chromeos_switches.h
parent0ab46a437432e22e48dfd7748fe2bc9a8cabd771 (diff)
downloadchromium_src-1fc6386aeb781009a34656f5c7d287ecd555326c.zip
chromium_src-1fc6386aeb781009a34656f5c7d287ecd555326c.tar.gz
chromium_src-1fc6386aeb781009a34656f5c7d287ecd555326c.tar.bz2
OOBE blocking AU is enabled by default.
BUG=123577 TEST=browser_tests:*UpdateScreen* Review URL: https://chromiumcodereview.appspot.com/13976004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.h')
-rw-r--r--chromeos/chromeos_switches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 86122c2..40f11f54 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -22,10 +22,10 @@ namespace switches {
// Please keep alphabetized.
CHROMEOS_EXPORT extern const char kChromeOSReleaseBoard[];
CHROMEOS_EXPORT extern const char kDbusStub[];
+CHROMEOS_EXPORT extern const char kDisableOOBEBlockingUpdate[];
CHROMEOS_EXPORT extern const char kDisableStubEthernet[];
CHROMEOS_EXPORT extern const char kEnableExperimentalBluetooth[];
CHROMEOS_EXPORT extern const char kEnableNewNetworkChangeNotifier[];
-CHROMEOS_EXPORT extern const char kEnableOOBEBlockingUpdate[];
CHROMEOS_EXPORT extern const char kEnableScreensaverExtensions[];
CHROMEOS_EXPORT extern const char kEnableStubInteractive[];
CHROMEOS_EXPORT extern const char kForceLoginManagerInTests[];