diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 04:07:18 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 04:07:18 +0000 |
commit | 8d2b6c3e969cdbb83b0cf23493e527869ff25e9e (patch) | |
tree | 5b61f36327c9ad3e01783ea5244b394738662448 /chrome/browser/dom_ui/dom_ui.h | |
parent | 347141f37842c06c3b832b9721f484c4f278b159 (diff) | |
download | chromium_src-8d2b6c3e969cdbb83b0cf23493e527869ff25e9e.zip chromium_src-8d2b6c3e969cdbb83b0cf23493e527869ff25e9e.tar.gz chromium_src-8d2b6c3e969cdbb83b0cf23493e527869ff25e9e.tar.bz2 |
Make New Tab Page work correctly in incognito mode (8294)
Add a workaround to force the New Tab Page title to 'New Tab' (8282)
Make DOMUI Pages get focus correctly (8271)
Please also sanity-check DOMUI/DOMUIContents integration.
BUG=8294,8282,8271
Review URL: http://codereview.chromium.org/39057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10862 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/dom_ui.h')
-rw-r--r-- | chrome/browser/dom_ui/dom_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/dom_ui.h b/chrome/browser/dom_ui/dom_ui.h index c9d34ed..3164d64 100644 --- a/chrome/browser/dom_ui/dom_ui.h +++ b/chrome/browser/dom_ui/dom_ui.h @@ -51,7 +51,7 @@ class DOMUI { // No special bookmark bar behavior virtual bool IsBookmarkBarAlwaysVisible() { return false; } // When NTP gets the initial focus, focus the URL bar. - virtual void SetInitialFocus() {}; + virtual void SetInitialFocus(bool reverse); // Whether we want to display the page's URL. virtual bool ShouldDisplayURL() { return true; } // Hide the referrer. |