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

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

Issue 7057038: dom-ui sync: Eliminate jank when customizing sync settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: win/linux tweaks Created 9 years, 7 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
===================================================================
--- chrome/browser/sync/sync_ui_util.cc (revision 84869)
+++ chrome/browser/sync/sync_ui_util.cc (working copy)
@@ -272,7 +272,7 @@
if (create_window)
browser->window()->Show();
} else {
- service->ShowLoginDialog();
+ service->ShowLoginDialog(NULL);
ProfileSyncService::SyncEvent(code); // UMA stats
}
}

Powered by Google App Engine
This is Rietveld 408576698