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

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: Use most recently used windows. 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 cb4133f26b6150c3be25f20261eef52e3830c9cc..0ea8fd3bbbd35bcda5de63e2112f116c5af35b2e 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -248,6 +248,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_;
}

Powered by Google App Engine
This is Rietveld 408576698