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

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

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 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 13042953a72b33e58de39c526b08a2b53a701cbe..63557d6900550d7543b32131dc033d2414ede96e 100644
--- a/components/signin/core/common/profile_management_switches.h
+++ b/components/signin/core/common/profile_management_switches.h
@@ -19,9 +19,12 @@ namespace switches {
// management UI is available in the avatar bubble.
bool IsEnableAccountConsistency();
-// Enables the web-based sign in flow on Chrome desktop.
+// Checks whether the web-based sign in flow is enabled on Chrome desktop.
bool IsEnableWebBasedSignin();
+// Checks whether the webview-based sign in flow is enabled on Chrome desktop.
+bool IsEnableWebviewBasedSignin();
+
// Whether the chrome.identity API should be multi-account.
bool IsExtensionsMultiAccount();
« no previous file with comments | « components/signin/core/browser/about_signin_internals.cc ('k') | components/signin/core/common/profile_management_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698