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

Unified Diff: chrome/browser/profiles/profile_manager.cc

Issue 7057038: dom-ui sync: Eliminate jank when customizing sync settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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/profiles/profile_manager.cc
===================================================================
--- chrome/browser/profiles/profile_manager.cc (revision 86339)
+++ chrome/browser/profiles/profile_manager.cc (working copy)
@@ -52,7 +52,7 @@
Browser::NewWindowWithProfile(profile);
ProfileSyncService* service = profile->GetProfileSyncService();
DCHECK(service);
- service->ShowLoginDialog();
+ service->ShowLoginDialog(NULL);
ProfileSyncService::SyncEvent(ProfileSyncService::START_FROM_PROFILE_MENU);
}

Powered by Google App Engine
This is Rietveld 408576698