Index: ui/aura/client/aura_constants.h |
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h |
index d346098c33981d28e8e95ebb255c1164b0835fae..5999b850978c4f64c533ad574982aedddf71d6de 100644 |
--- a/ui/aura/client/aura_constants.h |
+++ b/ui/aura/client/aura_constants.h |
@@ -56,10 +56,6 @@ AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const kRestoreBoundsKey; |
AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const |
kRestoreShowStateKey; |
-// A property key to store an input method object that handles a key event. |
-AURA_EXPORT extern const WindowProperty<ui::InputMethod*>* const |
- kRootWindowInputMethodKey; |
- |
// A property key to store ui::WindowShowState for a window. |
// See ui/base/ui_base_types.h for its definition. |
AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const |