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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 271533004: Turning on MultiProfile by default for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chromeos/chromeos_switches.h" 5 #include "chromeos/chromeos_switches.h"
6 6
7 namespace chromeos { 7 namespace chromeos {
8 namespace switches { 8 namespace switches {
9 9
10 // Path for app's OEM manifest file. 10 // Path for app's OEM manifest file.
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 // mode. Should completely disable extensions, sync and bookmarks. 135 // mode. Should completely disable extensions, sync and bookmarks.
136 const char kGuestSession[] = "bwsi"; 136 const char kGuestSession[] = "bwsi";
137 137
138 // If true, the Chromebook has a Chrome OS keyboard. Don't use the flag for 138 // If true, the Chromebook has a Chrome OS keyboard. Don't use the flag for
139 // Chromeboxes. 139 // Chromeboxes.
140 const char kHasChromeOSKeyboard[] = "has-chromeos-keyboard"; 140 const char kHasChromeOSKeyboard[] = "has-chromeos-keyboard";
141 141
142 // If true, the Chromebook has a keyboard with a diamond key. 142 // If true, the Chromebook has a keyboard with a diamond key.
143 const char kHasChromeOSDiamondKey[] = "has-chromeos-diamond-key"; 143 const char kHasChromeOSDiamondKey[] = "has-chromeos-diamond-key";
144 144
145 // If true, profile selection in UserManager will always return active user's
146 // profile.
147 // TODO(nkostlyev): http://crbug.com/364604 - Get rid of this switch after we
148 // turn on multi-profile feature on ChromeOS.
149 const char kIgnoreUserProfileMappingForTests[] =
150 "ignore-user-profile-mapping-for-tests";
151
145 // Path for the screensaver used in Kiosk mode 152 // Path for the screensaver used in Kiosk mode
146 const char kKioskModeScreensaverPath[] = "kiosk-mode-screensaver-path"; 153 const char kKioskModeScreensaverPath[] = "kiosk-mode-screensaver-path";
147 154
148 // Enables Chrome-as-a-login-manager behavior. 155 // Enables Chrome-as-a-login-manager behavior.
149 const char kLoginManager[] = "login-manager"; 156 const char kLoginManager[] = "login-manager";
150 157
151 // Specifies a password to be used to login (along with login-user). 158 // Specifies a password to be used to login (along with login-user).
152 const char kLoginPassword[] = "login-password"; 159 const char kLoginPassword[] = "login-password";
153 160
154 // Specifies the profile to use once a chromeos user is logged in. This is 161 // Specifies the profile to use once a chromeos user is logged in. This is
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 214 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
208 215
209 // Forces first-run UI to be shown for every login. 216 // Forces first-run UI to be shown for every login.
210 const char kForceFirstRunUI[] = "force-first-run-ui"; 217 const char kForceFirstRunUI[] = "force-first-run-ui";
211 218
212 // Enables testing for auto update UI. 219 // Enables testing for auto update UI.
213 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 220 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
214 221
215 } // namespace switches 222 } // namespace switches
216 } // namespace chromeos 223 } // namespace chromeos
OLDNEW
« 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