From 07a5cf9731ef2e28b73314326969790e53f7839b Mon Sep 17 00:00:00 2001 From: "pfeldman@chromium.org" Date: Tue, 14 Jul 2009 09:29:58 +0000 Subject: DevTools: Focus docked DevTools window on breakpoint. Review URL: http://codereview.chromium.org/155423 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20614 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/browser_window.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/browser_window.h') diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index dbffe09..d59daac 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -81,6 +81,9 @@ 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. -- cgit v1.1