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

Unified Diff: mojo/shell/switches.h

Issue 25895002: Simple shell that loads a dll and calls an entrypoint function passing in a handle to a pipe create… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exports to template instantiations Created 7 years, 2 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: mojo/shell/switches.h
diff --git a/ui/keyboard/keyboard_switches.cc b/mojo/shell/switches.h
similarity index 58%
copy from ui/keyboard/keyboard_switches.cc
copy to mojo/shell/switches.h
index d1ea4e2cbba4b7a9e2f187a17db7664230b35b3a..3ccac80e76f732b2bd598e551ccff797e79a40ff 100644
--- a/ui/keyboard/keyboard_switches.cc
+++ b/mojo/shell/switches.h
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/keyboard/keyboard_switches.h"
+#ifndef MOJO_SHELL_SWITCHES_H_
+#define MOJO_SHELL_SWITCHES_H_
-namespace keyboard {
namespace switches {
-const char kEnableVirtualKeyboard[] = "enable-virtual-keyboard";
+extern const char kApp[];
} // namespace switches
-} // namespace keyboard
+
+#endif // MOJO_SHELL_SWITCHES_H_
« build/all.gyp ('K') | « mojo/shell/shell.cc ('k') | mojo/shell/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698