summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
diff options
context:
space:
mode:
authorglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 04:35:36 +0000
committerglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 04:35:36 +0000
commit7a5f33d653f43e6effd8247b2a3a623ec80c95b0 (patch)
tree6e7c09c954d3dc602b3a019c49cf3ce0976be0a2 /chrome/browser/browser.h
parent69acda8a4dd801608af986d95df16851ce8c50e5 (diff)
downloadchromium_src-7a5f33d653f43e6effd8247b2a3a623ec80c95b0.zip
chromium_src-7a5f33d653f43e6effd8247b2a3a623ec80c95b0.tar.gz
chromium_src-7a5f33d653f43e6effd8247b2a3a623ec80c95b0.tar.bz2
Make history and downloads open once per window unless the user modifies their view.
Also fix the back dropdown so that it opens the DOMUI version of History rather than the NativeUI version. BUG=8086,8297 Review URL: http://codereview.chromium.org/39002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r--chrome/browser/browser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 1be5d90..3fa7973 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -213,10 +213,10 @@ class Browser : public TabStripModelDelegate,
const std::vector<TabNavigation>& navigations,
int selected_navigation);
- // Show a native UI tab given a URL. If a tab with the same URL is already
+ // Show a DOMUI tab given a URL. If a tab with the same URL is already
// visible in this browser, it becomes selected. Otherwise a new tab is
// created.
- void ShowNativeUITab(const GURL& url);
+ void ShowSingleDOMUITab(const GURL& url);
// Assorted browser commands ////////////////////////////////////////////////