diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-03 06:13:14 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-03 06:13:14 +0000 |
commit | a478d51d944f28f8dd66a64a5586004ab32cc521 (patch) | |
tree | d441b7b0e87d1665b9dd091887b51272bc4a4012 /chrome/browser/browser_window.h | |
parent | 461522024ee5081139acb9232b653aeb14d51903 (diff) | |
download | chromium_src-a478d51d944f28f8dd66a64a5586004ab32cc521.zip chromium_src-a478d51d944f28f8dd66a64a5586004ab32cc521.tar.gz chromium_src-a478d51d944f28f8dd66a64a5586004ab32cc521.tar.bz2 |
DevTools: focus devtools on breakpoint while docked (Linux & Mac fix).
Review URL: http://codereview.chromium.org/1846001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46212 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r-- | chrome/browser/browser_window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index fa7b22b..d0dc1f3 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -98,9 +98,6 @@ class BrowserWindow { // changed. virtual void UpdateDevTools() = 0; - // Tries to focus docked devtools window (when breakpoint is hit). - virtual void FocusDevTools() = 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. |