Chromium Code Reviews| Index: bus/ibusimpl.h |
| diff --git a/bus/ibusimpl.h b/bus/ibusimpl.h |
| index 7eda87175a6b81c6f5996d9c6c648d5948e91c86..860f695d2983b4171e7195f8b99970fd2d669f84 100644 |
| --- a/bus/ibusimpl.h |
| +++ b/bus/ibusimpl.h |
| @@ -88,6 +88,9 @@ struct _BusIBusImpl { |
| gboolean use_global_engine; |
| BusEngineProxy *global_engine; |
| gchar *global_previous_engine_name; |
| + |
| + IBusHotkeyProfile *engines_hotkey_profile; |
| + GHashTable *hotkey_to_engines_map; |
| }; |
| struct _BusIBusImplClass { |