Chromium Code Reviews| 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"; |