summaryrefslogtreecommitdiffstats
path: root/ui/aura/client/activation_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/client/activation_delegate.cc')
-rw-r--r--ui/aura/client/activation_delegate.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/aura/client/activation_delegate.cc b/ui/aura/client/activation_delegate.cc
index 734a4da..c1faed1 100644
--- a/ui/aura/client/activation_delegate.cc
+++ b/ui/aura/client/activation_delegate.cc
@@ -4,12 +4,13 @@
#include "ui/aura/client/activation_delegate.h"
-#include "ui/aura/client/aura_constants.h"
#include "ui/aura/window.h"
namespace aura {
namespace client {
+const char kActivationDelegateKey[] = "ActivationDelegate";
+
void SetActivationDelegate(Window* window, ActivationDelegate* delegate) {
window->SetProperty(kActivationDelegateKey, delegate);
}