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

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: Fix clang 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 c371f99d4c592bef00d79e37bc335ec93189bf3c..0ad9e24d5280b6257bd361787baf41b10124c720 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -253,6 +253,10 @@ class ASH_EXPORT Shell : ash::CursorDelegate {
}
#endif // !defined(OS_MACOSX)
+ internal::ActivationController* activation_controller() {
sky 2012/08/02 21:18:00 We shouldn't expose classes in the internal namesp
Zachary Kuznia 2012/08/06 05:56:03 Done.
+ 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.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698