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

Unified Diff: components/signin/core/common/signin_switches.cc

Issue 274853002: Identity API: add chrome.identity.getAccounts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
Index: components/signin/core/common/signin_switches.cc
diff --git a/components/signin/core/common/signin_switches.cc b/components/signin/core/common/signin_switches.cc
index 21542452e8aacdfa01c91b4fe96e7df494cf5f39..892de989d57c9353996866ef82f346fb35e68f72 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -12,23 +12,26 @@ const char kClearTokenService[] = "clear-token-service";
// Enables the pure web-based flow for sign in on first run/NTP/wrench menu/
// settings page.
-const char kEnableWebBasedSignin[] = "enable-web-based-signin";
+const char kEnableWebBasedSignin[] = "enable-web-based-signin";
+
+// Enables multiple account versions of chrome.identity APIs.
+const char kExtensionsMultiAccount[] = "extensions-multi-account";
// Allows displaying the list of existing profiles in the avatar bubble for
// fast switching between profiles.
-const char kFastUserSwitching[] = "fast-user-switching";
+const char kFastUserSwitching[] = "fast-user-switching";
// Enables using GAIA information to populate profile name and icon.
-const char kGoogleProfileInfo[] = "google-profile-info";
+const char kGoogleProfileInfo[] = "google-profile-info";
// Use new avatar menu. When combined with new-profile-management, it simply
// shows the new profile management avatar menu. Otherwise it shows a redesigned
// avatar menu with the same functionality as the old one, plus a tutorial card
// at the top prompting the user to try out the new profile management UI.
-const char kNewAvatarMenu[] = "new-avatar-menu";
+const char kNewAvatarMenu[] = "new-avatar-menu";
// Use new profile management system, including profile sign-out and new
// choosers.
-const char kNewProfileManagement[] = "new-profile-management";
+const char kNewProfileManagement[] = "new-profile-management";
} // namespace switches
« no previous file with comments | « components/signin/core/common/signin_switches.h ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698