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

Unified Diff: components/signin/core/common/profile_management_switches.h

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/profile_management_switches.h
diff --git a/components/signin/core/common/profile_management_switches.h b/components/signin/core/common/profile_management_switches.h
index f4fa43993b7c404f900cc0a2ae803386c9dbcabc..3d207dcd9f43f008e4ff16ea0813ea89641b5f7c 100644
--- a/components/signin/core/common/profile_management_switches.h
+++ b/components/signin/core/common/profile_management_switches.h
@@ -14,6 +14,9 @@ namespace switches {
// Enables the web-based sign in flow on Chrome desktop.
bool IsEnableWebBasedSignin();
+// Whether the chrome.identity API should be multi-account.
+bool IsExtensionsMultiAccount();
+
// Checks whether the flag for fast user switching is enabled.
bool IsFastUserSwitching();
« no previous file with comments | « chrome/common/extensions/api/identity.idl ('k') | components/signin/core/common/profile_management_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698