summaryrefslogtreecommitdiffstats
path: root/ash/shell_delegate.h
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-30 01:04:08 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-30 01:04:08 +0000
commit242aa4f94fa0bcc9558e17217c464cf5a98f790b (patch)
tree49c51ac5c88c2ead11294d9406dcb6026e50b6a3 /ash/shell_delegate.h
parentda0ade73522ccbb0284cedf2764a68465f691dc5 (diff)
downloadchromium_src-242aa4f94fa0bcc9558e17217c464cf5a98f790b.zip
chromium_src-242aa4f94fa0bcc9558e17217c464cf5a98f790b.tar.gz
chromium_src-242aa4f94fa0bcc9558e17217c464cf5a98f790b.tar.bz2
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
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r--ash/shell_delegate.h4
1 files changed, 0 insertions, 4 deletions
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;