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

Unified Diff: chromeos/chromeos_switches.cc

Issue 14120009: Add a command line parameter to disable online EULA. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed nit. 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
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 29be39dca3ebe5f5799a8df8be188d1985cb01ed..1e210b9609192c75c33e31d917e87b86479c482d 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -13,6 +13,9 @@ const char kChromeOSReleaseBoard[] = "chromeos-release-board";
// Forces the stub implementation of dbus clients.
const char kDbusStub[] = "dbus-stub";
+// Disables fetching online CrOS EULA page, only static version is shown.
+const char kDisableOnlineEULA[] = "disable-cros-online-eula";
+
// Disables portal detection and network error handling before auto
// update.
const char kDisableOOBEBlockingUpdate[] =
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698