diff options
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. |