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

Unified Diff: chrome/browser/sync/sync_ui_util.cc

Issue 7093004: Sync: Refactor the ProfileSyncService and sync setup flow to remove use of WebUI from PSS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add tests, fixes. Created 9 years, 6 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/browser/sync/sync_ui_util.cc
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc
index ba805b06929b12f2398420734957f688ee8eb624..0c95bd6c28c0d964145c31384754beba38d7c841 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -277,7 +277,7 @@ void OpenSyncMyBookmarksDialog(Profile* profile,
if (create_window)
browser->window()->Show();
} else {
- service->ShowLoginDialog(NULL);
+ service->ShowLoginDialog();
ProfileSyncService::SyncEvent(code); // UMA stats
}
}

Powered by Google App Engine
This is Rietveld 408576698