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

Unified Diff: chrome/browser/ui/webui/active_downloads_ui.cc

Issue 8224023: Don't show URL for pending new navigations initiated by the renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 9 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/ui/webui/active_downloads_ui.cc
diff --git a/chrome/browser/ui/webui/active_downloads_ui.cc b/chrome/browser/ui/webui/active_downloads_ui.cc
index 64c5601babd7a00610d0eee496992bbf51f20544..ab37c87ea69da254dd26215a004f62ef2205d290 100644
--- a/chrome/browser/ui/webui/active_downloads_ui.cc
+++ b/chrome/browser/ui/webui/active_downloads_ui.cc
@@ -403,7 +403,7 @@ ActiveDownloadsUI::ActiveDownloadsUI(TabContents* contents)
TabContents* ActiveDownloadsUI::OpenPopup(Profile* profile) {
Browser* browser = Browser::GetOrCreateTabbedBrowser(profile);
OpenURLParams params(GURL(chrome::kChromeUIActiveDownloadsURL), GURL(),
- SINGLETON_TAB, content::PAGE_TRANSITION_LINK);
+ SINGLETON_TAB, content::PAGE_TRANSITION_LINK, false);
TabContents* download_contents = browser->OpenURL(params);
browser->window()->Show();
return download_contents;
« no previous file with comments | « chrome/browser/ui/views/tabs/dragged_tab_controller.cc ('k') | chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698