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

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

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes 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
diff --git a/ui/aura/client/aura_constants.cc b/ui/aura/client/aura_constants.cc
index a769eb00a7c7a6cb6d04659e40e4bfb9eddc4e7a..131f2a8dbeb810a89974c10d52018ae90078c1dd 100644
--- a/ui/aura/client/aura_constants.cc
+++ b/ui/aura/client/aura_constants.cc
@@ -17,6 +17,7 @@ const char kRootWindowActiveWindow[] = "RootWindowActiveWindow";
const char kRootWindowDragDropClientKey[] = "RootWindowDragDropClient";
const char kRootWindowStackingClient[] = "RootWindowStackingClient";
const char kRootWindowTooltipClientKey[] = "RootWindowTooltipClient";
+const char kRootWindowInputMethod[] = "RootWindowInputMethod";
Ben Goodger (Google) 2011/12/20 21:02:02 alphabetical sort
Yusuke Sato 2011/12/21 16:57:27 Done.
const char kShadowTypeKey[] = "ShadowType";
const char kShowStateKey[] = "ShowState";
const char kTooltipTextKey[] = "TooltipText";

Powered by Google App Engine
This is Rietveld 408576698