summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_window.h
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 13:21:41 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 13:21:41 +0000
commite1ad5e6ab76d46101238b74ee8d5a31e7a56d5d8 (patch)
treee52e2fa113549fc07978b97460169c5f644093c1 /chrome/browser/browser_window.h
parentd14a0d6fe722ce04aac8a06f83a5a15d3e45e44a (diff)
downloadchromium_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.h4
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.