summaryrefslogtreecommitdiffstats
path: root/ceee/ie/common/constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/ie/common/constants.cc')
-rw-r--r--ceee/ie/common/constants.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/ceee/ie/common/constants.cc b/ceee/ie/common/constants.cc
new file mode 100644
index 0000000..64a1d52
--- /dev/null
+++ b/ceee/ie/common/constants.cc
@@ -0,0 +1,11 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+//
+// Shared constants between the different modules of CEEE.
+
+#include "ceee/ie/common/constants.h"
+
+namespace ceee_event_names {
+ const char kCeeeOnTabUnmapped[] = "ceee.OnTabUnmapped";
+}