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

Unified Diff: chrome/browser/download/download_manager.cc

Issue 2823025: Fix theme loading bubble which was overstaying its welcome.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/extensions/extension_install_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_manager.cc
===================================================================
--- chrome/browser/download/download_manager.cc (revision 50467)
+++ chrome/browser/download/download_manager.cc (working copy)
@@ -1478,7 +1478,7 @@
TabContents* contents = NULL;
// Get last active normal browser of profile.
Browser* last_active = BrowserList::FindBrowserWithType(profile_,
- Browser::TYPE_NORMAL, false);
+ Browser::TYPE_NORMAL, true);
if (last_active)
contents = last_active->GetSelectedTabContents();
if (contents) {
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/extensions/extension_install_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698