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

Side by Side Diff: components/signin/core/common/signin_switches.cc

Issue 646983008: Implement signin using webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed nits and updated histogram Created 6 years, 2 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 "components/signin/core/common/signin_switches.h" 5 #include "components/signin/core/common/signin_switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 // Clears the token service before using it. This allows simulating the 9 // Clears the token service before using it. This allows simulating the
10 // expiration of credentials during testing. 10 // expiration of credentials during testing.
(...skipping 17 matching lines...) Expand all
28 // Enable the new avatar menu and the User Manager. 28 // Enable the new avatar menu and the User Manager.
29 const char kEnableNewAvatarMenu[] = "enable-new-avatar-menu"; 29 const char kEnableNewAvatarMenu[] = "enable-new-avatar-menu";
30 30
31 // Enables new profile management system, including lock mode. 31 // Enables new profile management system, including lock mode.
32 const char kEnableNewProfileManagement[] = "new-profile-management"; 32 const char kEnableNewProfileManagement[] = "new-profile-management";
33 33
34 // Enables the pure web-based flow for sign in on first run/NTP/wrench menu/ 34 // Enables the pure web-based flow for sign in on first run/NTP/wrench menu/
35 // settings page. 35 // settings page.
36 const char kEnableWebBasedSignin[] = "enable-web-based-signin"; 36 const char kEnableWebBasedSignin[] = "enable-web-based-signin";
37 37
38 // Enables the webview-based flow for sign in.
39 const char kEnableWebviewBasedSignin[] = "enable-webview-based-signin";
40
38 // Enables multiple account versions of chrome.identity APIs. 41 // Enables multiple account versions of chrome.identity APIs.
39 const char kExtensionsMultiAccount[] = "extensions-multi-account"; 42 const char kExtensionsMultiAccount[] = "extensions-multi-account";
40 43
41 // Allows displaying the list of existing profiles in the avatar bubble for 44 // Allows displaying the list of existing profiles in the avatar bubble for
42 // fast switching between profiles. 45 // fast switching between profiles.
43 const char kFastUserSwitching[] = "fast-user-switching"; 46 const char kFastUserSwitching[] = "fast-user-switching";
44 47
45 // Enables using GAIA information to populate profile name and icon. 48 // Enables using GAIA information to populate profile name and icon.
46 const char kGoogleProfileInfo[] = "google-profile-info"; 49 const char kGoogleProfileInfo[] = "google-profile-info";
47 50
48 } // namespace switches 51 } // namespace switches
OLDNEW
« no previous file with comments | « components/signin/core/common/signin_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698