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

Unified Diff: chrome/browser/back_forward_menu_model.cc

Issue 39002: Make it so that history and downloads are opened once per window unless the u... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « no previous file | chrome/browser/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/back_forward_menu_model.cc
===================================================================
--- chrome/browser/back_forward_menu_model.cc (revision 10778)
+++ chrome/browser/back_forward_menu_model.cc (working copy)
@@ -7,6 +7,7 @@
#include "chrome/browser/back_forward_menu_model.h"
#include "chrome/browser/browser.h"
+#include "chrome/browser/dom_ui/history_ui.h"
#include "chrome/browser/metrics/user_metrics.h"
#include "chrome/browser/tab_contents/navigation_controller.h"
#include "chrome/browser/tab_contents/navigation_entry.h"
@@ -170,7 +171,7 @@
UserMetrics::RecordComputedAction(BuildActionName(L"ShowFullHistory", -1),
controller->profile());
#if defined(OS_WIN)
- browser_->ShowNativeUITab(HistoryTabUI::GetURL());
+ browser_->ShowSingleDOMUITab(HistoryUI::GetBaseURL());
#else
NOTIMPLEMENTED();
#endif
« no previous file with comments | « no previous file | chrome/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698