Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / signin / core / common / profile_management_switches.h
index 1304295..63557d6 100644 (file)
@@ -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();