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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 554043003: cros: Create cryptohome keys for Easy sign-in. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: support multiple get key op, create key first then trim extra, lazily create manager Created 6 years, 3 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
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 const char kEnableCarrierSwitching[] = "enable-carrier-switching"; 73 const char kEnableCarrierSwitching[] = "enable-carrier-switching";
74 74
75 // Enables the next generation version of ChromeVox. Only valid with 75 // Enables the next generation version of ChromeVox. Only valid with
76 // use_chromevox_next=1 within your GYP_DEFINES. 76 // use_chromevox_next=1 within your GYP_DEFINES.
77 const char kEnableChromeVoxNext[] = "enable-chromevox-next"; 77 const char kEnableChromeVoxNext[] = "enable-chromevox-next";
78 78
79 // Enables consumer management, which allows user to enroll, remotely lock and 79 // Enables consumer management, which allows user to enroll, remotely lock and
80 // locate the device. 80 // locate the device.
81 const char kEnableConsumerManagement[] = "enable-consumer-management"; 81 const char kEnableConsumerManagement[] = "enable-consumer-management";
82 82
83 // Enable Easy sign-in.
84 const char kEnableEasySignin[] = "enable-easy-signin";
85
83 // If this switch is set, Chrome OS login screen uses |EmbeddedSignin| endpoint 86 // If this switch is set, Chrome OS login screen uses |EmbeddedSignin| endpoint
84 // of GAIA. 87 // of GAIA.
85 const char kEnableEmbeddedSignin[] = "enable-embedded-signin"; 88 const char kEnableEmbeddedSignin[] = "enable-embedded-signin";
86 89
87 // Enabled sharing assets for installed default apps. 90 // Enabled sharing assets for installed default apps.
88 const char kEnableExtensionAssetsSharing[] = "enable-extension-assets-sharing"; 91 const char kEnableExtensionAssetsSharing[] = "enable-extension-assets-sharing";
89 92
90 // Enables notifications about captive portals in session. 93 // Enables notifications about captive portals in session.
91 const char kEnableNetworkPortalNotification[] = 94 const char kEnableNetworkPortalNotification[] =
92 "enable-network-portal-notification"; 95 "enable-network-portal-notification";
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 239
237 // Screenshot testing: specifies the directory where the golden screenshots are 240 // Screenshot testing: specifies the directory where the golden screenshots are
238 // stored. 241 // stored.
239 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir"; 242 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";
240 243
241 // Screenshot testing: specifies the directoru where artifacts will be stored. 244 // Screenshot testing: specifies the directoru where artifacts will be stored.
242 const char kArtifactsDir[] = "artifacts-dir"; 245 const char kArtifactsDir[] = "artifacts-dir";
243 246
244 } // namespace switches 247 } // namespace switches
245 } // namespace chromeos 248 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698