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

Unified Diff: chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc

Issue 2594703002: Create a new profile and sign in the user. (Closed)
Patch Set: Rebase Created 4 years 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
« no previous file with comments | « chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
diff --git a/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc b/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
index 6d310f4374b5056006063a6b514c9b1126a64bc3..36f976a82b407550a29b9dfaa0e63ee302360214 100644
--- a/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
+++ b/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
@@ -63,17 +63,10 @@ class SyncConfirmationHandlerTest : public BrowserWithTestWindowTest {
// This dialog assumes the signin flow was completed, which kicks off the
// SigninManager.
new OneClickSigninSyncStarter(
- profile(),
- browser(),
- "gaia",
- "foo@example.com",
- "password",
- "refresh_token",
- OneClickSigninSyncStarter::SYNC_WITH_DEFAULT_SETTINGS,
- nullptr,
- OneClickSigninSyncStarter::NO_CONFIRMATION,
- GURL(),
- GURL(),
+ profile(), browser(), "gaia", "foo@example.com", "password",
+ "refresh_token", OneClickSigninSyncStarter::CURRENT_PROFILE,
+ OneClickSigninSyncStarter::SYNC_WITH_DEFAULT_SETTINGS, nullptr,
+ OneClickSigninSyncStarter::NO_CONFIRMATION, GURL(), GURL(),
OneClickSigninSyncStarter::Callback());
}
« no previous file with comments | « chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698