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

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: add IDENTITY_GETACCOUNTS to histograms.xml 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..4252a489631f0ba5433dedf2c6de6c6543550294 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -14,6 +14,9 @@ const char kClearTokenService[] = "clear-token-service";
// settings page.
const char kEnableWebBasedSignin[] = "enable-web-based-signin";
Roger Tawa OOO till Jul 10th 2014/05/13 14:13:12 nit: not your change, but could you fix this align
Michael Courage 2014/05/13 17:02:06 Done.
+// 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";

Powered by Google App Engine
This is Rietveld 408576698