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

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

Issue 276072: The login dialog was being opened with the main browser window as a parent in... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 2 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_setup_flow.cc
===================================================================
--- chrome/browser/sync/sync_setup_flow.cc (revision 29327)
+++ chrome/browser/sync/sync_setup_flow.cc (working copy)
@@ -297,7 +297,7 @@
SyncSetupFlow* flow = new SyncSetupFlow(start, end, json_args,
container, handler, service);
handler->set_flow(flow);
- b->BrowserShowHtmlDialog(flow, NULL);
+ b->BrowserShowHtmlDialog(flow, service->GetWizardParent());
return flow;
}

Powered by Google App Engine
This is Rietveld 408576698