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

Unified Diff: chromeos/chromeos_switches.cc

Issue 55423004: Enable Google Drive offline mode automatically on first run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 42ffe241eb1398cc4c6d1656c2e0428dfb5d375c..7046a45e9694ceb7055019934d8ed530dab036dc 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -82,6 +82,9 @@ const char kEnableCarrierSwitching[] = "enable-carrier-switching";
const char kEnableChromeCaptivePortalDetector[] =
"enable-chrome-captive-portal-detector";
+// Enables automatically opting into Google Drive offline mode on first run.
achuithb 2013/11/01 19:25:15 I think we have a bunch of memes about auto-opt-in
Tim Song 2013/11/02 00:13:14 Done.
+const char kEnableDriveOfflineOptIn[] = "enable-drive-offline-opt-in";
+
// Enable to show the indicator about the IME (input method editor) mode
// on Chrome OS.
const char kEnableIMEModeIndicator[] = "enable-ime-mode-indicator";
« chrome/browser/chromeos/login/login_display_host_impl.cc ('K') | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698