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

Unified Diff: ash/shell.h

Issue 10700057: Add always on top windows to the alt+tab list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 5 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 13614653b4e875fb38fb8aeeb73aa800c9640cd5..c4cf1ccf3a2fd92297164540b14ba68acce744ce 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -252,6 +252,10 @@ class ASH_EXPORT Shell : aura::CursorDelegate {
}
#endif // !defined(OS_MACOSX)
+ internal::ActivationController* activation_controller() {
+ return activation_controller_.get();
+ }
+
aura::shared::CompoundEventFilter* env_filter() {
return env_filter_;
}
« no previous file with comments | « ash/focus_cycler.cc ('k') | ash/shell.cc » ('j') | ash/wm/window_cycle_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698