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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 224343003: Enable supervised users password sync/import on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update tests Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | chromeos/cryptohome/mock_homedir_methods.h » ('j') | 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 197
198 // Enables animated transitions during first-run tutorial. 198 // Enables animated transitions during first-run tutorial.
199 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 199 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
200 200
201 // Forces first-run UI to be shown for every login. 201 // Forces first-run UI to be shown for every login.
202 const char kForceFirstRunUI[] = "force-first-run-ui"; 202 const char kForceFirstRunUI[] = "force-first-run-ui";
203 203
204 // Enables testing for auto update UI. 204 // Enables testing for auto update UI.
205 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 205 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
206 206
207 // Enables features required for supervised user sync,
208 const char kEnableSupervisedPasswordSync[] = "enable-supervised-password-sync";
209
210 } // namespace switches 207 } // namespace switches
211 } // namespace chromeos 208 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | chromeos/cryptohome/mock_homedir_methods.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698