diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 01:04:08 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 01:04:08 +0000 |
commit | 242aa4f94fa0bcc9558e17217c464cf5a98f790b (patch) | |
tree | 49c51ac5c88c2ead11294d9406dcb6026e50b6a3 /ash/system/status_area_widget.h | |
parent | da0ade73522ccbb0284cedf2764a68465f691dc5 (diff) | |
download | chromium_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/system/status_area_widget.h')
-rw-r--r-- | ash/system/status_area_widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h index 78a959d..4056710 100644 --- a/ash/system/status_area_widget.h +++ b/ash/system/status_area_widget.h @@ -22,6 +22,8 @@ class StatusAreaWidgetDelegate; class ASH_EXPORT StatusAreaWidget : public views::Widget { public: + static const char kNativeViewName[]; + explicit StatusAreaWidget(aura::Window* status_container); virtual ~StatusAreaWidget(); |