From 242aa4f94fa0bcc9558e17217c464cf5a98f790b Mon Sep 17 00:00:00 2001 From: "dmazzoni@chromium.org" Date: Tue, 30 Apr 2013 01:04:08 +0000 Subject: Fix cycling of focusable panes in Chrome OS. Update the ash window cycle controller so it can tell aura::Window to rotate pane focus and pass it the cycle direction, rather than just activating each window. The end result is that when you press Ctrl+Back and Ctrl+Forward you get a consistent cycle now, going through all panes within the most recently active browser window and then the launcher and status area. BUG=154598 Review URL: https://chromiumcodereview.appspot.com/13861032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197199 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/shell_delegate.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ash/shell_delegate.h') diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h index c561bf1..5edc151 100644 --- a/ash/shell_delegate.h +++ b/ash/shell_delegate.h @@ -145,10 +145,6 @@ class ASH_EXPORT ShellDelegate { // Invoked when the user uses Shift+Ctrl+T to restore the closed tab. virtual void RestoreTab() = 0; - // Moves keyboard focus to the next pane. Returns false if no browser window - // is created. - virtual bool RotatePaneFocus(Shell::Direction direction) = 0; - // Shows the keyboard shortcut overlay. virtual void ShowKeyboardOverlay() = 0; -- cgit v1.1