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

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

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.cc
diff --git a/components/signin/core/common/profile_management_switches.cc b/components/signin/core/common/profile_management_switches.cc
index 88c65abb0a555a59eb1397bc36e493f8fe002f9c..6e9702eafaf0629ab898eed55f1cbee526259174 100644
--- a/components/signin/core/common/profile_management_switches.cc
+++ b/components/signin/core/common/profile_management_switches.cc
@@ -164,6 +164,10 @@ bool IsNewProfileManagementPreviewEnabled() {
return false;
}
+void EnableIframeBasedSigninForTesting(base::CommandLine* command_line) {
+ command_line->AppendSwitch(switches::kEnableIframeBasedSignin);
Charlie Reis 2015/03/11 20:23:10 Is there a reason you need this method rather than
wjmaclean 2015/03/23 15:31:52 I can do it directly in the test ... I was just fo
+}
+
void EnableNewAvatarMenuForTesting(base::CommandLine* command_line) {
command_line->AppendSwitch(switches::kEnableNewAvatarMenu);
DCHECK(!command_line->HasSwitch(switches::kDisableNewAvatarMenu));

Powered by Google App Engine
This is Rietveld 408576698