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

Unified Diff: chrome/common/profile_management_switches.h

Issue 111033005: Support experiment control of profile-management flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use ! instead of ^ to return desired state Created 6 years, 11 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: chrome/common/profile_management_switches.h
diff --git a/chrome/common/profile_management_switches.h b/chrome/common/profile_management_switches.h
index f03541970c695ef318511797442b56234410a89b..e26cb41f836023c920a4684e10ab45478779c2e7 100644
--- a/chrome/common/profile_management_switches.h
+++ b/chrome/common/profile_management_switches.h
@@ -11,8 +11,8 @@
namespace switches {
-// Enables the inline sign in flow on Chrome desktop.
-bool IsEnableInlineSignin();
+// Enables the web-based sign in flow on Chrome desktop.
+bool IsEnableWebBasedSignin();
// Enables using GAIA information to populate profile name and icon.
bool IsGoogleProfileInfo();

Powered by Google App Engine
This is Rietveld 408576698