summaryrefslogtreecommitdiffstats
path: root/ui/keyboard/content/keyboard_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/keyboard/content/keyboard_constants.cc')
-rw-r--r--ui/keyboard/content/keyboard_constants.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/keyboard/content/keyboard_constants.cc b/ui/keyboard/content/keyboard_constants.cc
new file mode 100644
index 0000000..449f96f
--- /dev/null
+++ b/ui/keyboard/content/keyboard_constants.cc
@@ -0,0 +1,12 @@
+// Copyright 2015 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.
+
+#include "ui/keyboard/content/keyboard_constants.h"
+
+namespace keyboard {
+
+const char kKeyboardURL[] = "chrome://keyboard";
+const char kKeyboardHost[] = "keyboard";
+
+} // namespace keyboard