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(); |