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

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: Renamed to DriveFirstRunController Created 7 years, 1 month 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 7f418da3df01feee74c91ef9ee2f1e98f786b06c..cc87ec15e3ed9ce58dbcca4228947e7539c88d37 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 initializing Google Drive offline mode on first run.
+const char kEnableDriveOfflineFirstRun[] = "enable-drive-offline-first-run";
+
// 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