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

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 new FocusCycler tests 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
« no previous file with comments | « ash/focus_cycler_unittest.cc ('k') | ash/status_area/status_area_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 239df7d554e4ea1e3824c75cc953d951779ae6b4..0d2774750a9310182f54653d1623cbe9b3cd7188 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -195,6 +195,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_;
}
« no previous file with comments | « ash/focus_cycler_unittest.cc ('k') | ash/status_area/status_area_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698