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

Unified Diff: ui/aura/client/aura_constants.cc

Issue 8894018: Move the concept of Activation to the Shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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: ui/aura/client/aura_constants.cc
===================================================================
--- ui/aura/client/aura_constants.cc (revision 113647)
+++ ui/aura/client/aura_constants.cc (working copy)
@@ -15,5 +15,8 @@
const char kRootWindowDragDropClientKey[] = "RootWindowDragDropClient";
const char kDragDropDelegateKey[] = "DragDropDelegate";
const char kRootWindowTooltipClientKey[] = "RootWindowTooltipClient";
+const char kRootWindowActiveWindow[] = "RootWindowActiveWindow";
+const char kRootWindowActivationClient[] = "RootWindowActivationClient";
+const char kActivationDelegateKey[] = "ActivationDelegate";
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698