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

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

Issue 996743003: Webview-based signin shouldn't create a partition for the embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Force expectation in IFrame signin test. Created 5 years, 9 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 0bdc576616163617087e1ad03979766fb6cb1f6a..9b0ea4b4d9da3d434aaf2ab4916071ffe1b503ce 100644
--- a/components/signin/core/common/profile_management_switches.h
+++ b/components/signin/core/common/profile_management_switches.h
@@ -43,6 +43,7 @@ bool IsNewProfileManagement();
bool IsNewProfileManagementPreviewEnabled();
// Called in tests to force enabling different modes.
+void EnableIframeBasedSigninForTesting(base::CommandLine* command_line);
void EnableNewAvatarMenuForTesting(base::CommandLine* command_line);
void DisableNewAvatarMenuForTesting(base::CommandLine* command_line);
void EnableNewProfileManagementForTesting(base::CommandLine* command_line);

Powered by Google App Engine
This is Rietveld 408576698