summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-10 08:32:41 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-10 08:32:41 +0000
commit0f5c8dc7f6d3a314db8506926c2c3722633e3d67 (patch)
tree24ef027d8c4decf981c6179b4503bce7746a8080 /chromeos/chromeos_switches.cc
parenteb38e63120a26c24b6a2b795d0e2f445db01d6bb (diff)
downloadchromium_src-0f5c8dc7f6d3a314db8506926c2c3722633e3d67.zip
chromium_src-0f5c8dc7f6d3a314db8506926c2c3722633e3d67.tar.gz
chromium_src-0f5c8dc7f6d3a314db8506926c2c3722633e3d67.tar.bz2
chromeos: Switch --first-boot to --first-exec-after-boot.
The old flag was vaguely-named. The session manager is passing both flags now. BUG=none TBR=nkostylev@chromium.org Review URL: https://chromiumcodereview.appspot.com/22447005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 0d8b5a2..8577279 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -120,8 +120,9 @@ const char kFileManagerShowCheckboxes[] = "file-manager-show-checkboxes";
const char kFileManagerEnableWebstoreIntegration[] =
"file-manager-enable-webstore-integration";
-// Passed to Chrome on first boot. Not passed on restart after sign out.
-const char kFirstBoot[] = "first-boot";
+// Passed to Chrome the first time that it's run after the system boots.
+// Not passed on restart after sign out.
+const char kFirstExecAfterBoot[] = "first-exec-after-boot";
// Usually in browser tests the usual login manager bringup is skipped so that
// tests can change how it's brought up. This flag disables that.