diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 13:21:41 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 13:21:41 +0000 |
commit | e1ad5e6ab76d46101238b74ee8d5a31e7a56d5d8 (patch) | |
tree | e52e2fa113549fc07978b97460169c5f644093c1 /chrome/browser/browser_window.h | |
parent | d14a0d6fe722ce04aac8a06f83a5a15d3e45e44a (diff) | |
download | chromium_src-e1ad5e6ab76d46101238b74ee8d5a31e7a56d5d8.zip chromium_src-e1ad5e6ab76d46101238b74ee8d5a31e7a56d5d8.tar.gz chromium_src-e1ad5e6ab76d46101238b74ee8d5a31e7a56d5d8.tar.bz2 |
DevTools: Add docked pane into the browser view.
Review URL: http://codereview.chromium.org/150160
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r-- | chrome/browser/browser_window.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index 2c558aa..4ff81bb 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -77,6 +77,10 @@ class BrowserWindow { // frames may need to refresh their title bar. virtual void UpdateTitleBar() = 0; + // Inform the frame that the dev tools window for the selected tab has + // changed. + virtual void UpdateDevTools() = 0; + // Update any loading animations running in the window. |should_animate| is // true if there are tabs loading and the animations should continue, false // if there are no active loads and the animations should end. |