Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: ash/shell.h

Issue 9570013: Activate the status area only when it's focused using the keyboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix CycleFocus* tests in aura_shell_unittests Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index fd668916d8e573d01ad9db8856daece12afbb70a..2f3082a88b82d9fe04763dd68f2754d36b01c3a6 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -192,6 +192,9 @@ class ASH_EXPORT Shell {
WindowCycleController* window_cycle_controller() {
return window_cycle_controller_.get();
}
+ internal::FocusCycler* focus_cycler() {
+ return focus_cycler_.get();
+ }
AudioController* audio_controller() const {
return audio_controller_;
}

Powered by Google App Engine
This is Rietveld 408576698