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

Unified Diff: chrome/browser/ui/webui/sync_setup_browsertest.js

Issue 12601017: Remove forceLogin flag from sync setup. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync Created 7 years, 8 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
« no previous file with comments | « chrome/browser/resources/sync_setup_overlay.js ('k') | chrome/browser/ui/webui/sync_setup_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/sync_setup_browsertest.js
diff --git a/chrome/browser/ui/webui/sync_setup_browsertest.js b/chrome/browser/ui/webui/sync_setup_browsertest.js
index 8c4931c44133a5e9f1885abac8b981213eb0d463..d4967a7da6d2b3f52966a33c83df07a88a5ab7dd 100644
--- a/chrome/browser/ui/webui/sync_setup_browsertest.js
+++ b/chrome/browser/ui/webui/sync_setup_browsertest.js
@@ -25,7 +25,6 @@ SyncSetupWebUITest.prototype = {
'SyncSetupConfigure',
'SyncSetupPassphrase',
'SyncSetupPassphraseCancel',
- 'SyncSetupAttachHandler',
'SyncSetupShowErrorUI',
'SyncSetupShowSetupUI',
]);
@@ -48,7 +47,7 @@ SyncSetupWebUITest.prototype = {
OptionsPage.navigateToPage('syncSetup');
}));
- this.mockHandler.expects(once()).SyncSetupAttachHandler(NOT_NULL).
+ this.mockHandler.expects(once()).SyncSetupShowSetupUI().
will(callFunction(function() {
SyncSetupOverlay.showSyncSetupPage(
'login', {
« no previous file with comments | « chrome/browser/resources/sync_setup_overlay.js ('k') | chrome/browser/ui/webui/sync_setup_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698