summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 16:20:23 +0000
committerygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 16:20:23 +0000
commit1fcc182c3e1e6b8112d142ef31f3f75cf7e380da (patch)
tree835826d3848c1ee0493bf3d9d0a2c988c0d9dbb6 /chromeos
parent6381a2811b53e753fd46c7cd48c9f9fc754c4d3c (diff)
downloadchromium_src-1fcc182c3e1e6b8112d142ef31f3f75cf7e380da.zip
chromium_src-1fcc182c3e1e6b8112d142ef31f3f75cf7e380da.tar.gz
chromium_src-1fcc182c3e1e6b8112d142ef31f3f75cf7e380da.tar.bz2
Deleted switch '--disable-oobe-blocking-update'
BUG=349033 TEST=browser_tests:UpdateScreen* Review URL: https://codereview.chromium.org/212303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259598 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/chromeos_switches.cc5
-rw-r--r--chromeos/chromeos_switches.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 3072c1c..fd35ff8 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -58,11 +58,6 @@ const char kDisableVolumeAdjustSound[] = "disable-volume-adjust-sound";
const char kDisableNetworkPortalNotification[] =
"disable-network-portal-notification";
-// Disables portal detection and network error handling before auto
-// update.
-const char kDisableOOBEBlockingUpdate[] =
- "disable-oobe-blocking-update";
-
// Enables overriding the path for the default echo component extension.
// Useful for testing.
const char kEchoExtensionPath[] = "echo-ext-path";
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 672fced..097f9d6 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -33,7 +33,6 @@ CHROMEOS_EXPORT extern const char kDisableLoginAnimations[];
CHROMEOS_EXPORT extern const char kDisableNetworkPortalNotification[];
CHROMEOS_EXPORT extern const char kDisableNewChannelSwitcherUI[];
CHROMEOS_EXPORT extern const char kDisableNewKioskUI[];
-CHROMEOS_EXPORT extern const char kDisableOOBEBlockingUpdate[];
CHROMEOS_EXPORT extern const char kDisableQuickofficeComponentApp[];
CHROMEOS_EXPORT extern const char kDisableVolumeAdjustSound[];
CHROMEOS_EXPORT extern const char kEchoExtensionPath[];