| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_ | 5 #ifndef UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_ |
| 6 #define UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_ | 6 #define UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_ |
| 7 | 7 |
| 8 #include <vector> | 8 #include <vector> |
| 9 | 9 |
| 10 #include "ui/events/events_export.h" | 10 #include "ui/events/events_export.h" |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 | 33 |
| 34 // Sets/Gets the global TextEditKeyBindingsDelegateX11. No ownership | 34 // Sets/Gets the global TextEditKeyBindingsDelegateX11. No ownership |
| 35 // changes. Can be NULL. | 35 // changes. Can be NULL. |
| 36 EVENTS_EXPORT void SetTextEditKeyBindingsDelegate( | 36 EVENTS_EXPORT void SetTextEditKeyBindingsDelegate( |
| 37 TextEditKeyBindingsDelegateX11* delegate); | 37 TextEditKeyBindingsDelegateX11* delegate); |
| 38 EVENTS_EXPORT TextEditKeyBindingsDelegateX11* GetTextEditKeyBindingsDelegate(); | 38 EVENTS_EXPORT TextEditKeyBindingsDelegateX11* GetTextEditKeyBindingsDelegate(); |
| 39 | 39 |
| 40 } // namespace ui | 40 } // namespace ui |
| 41 | 41 |
| 42 #endif // UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_ | 42 #endif // UI_EVENTS_X_TEXT_EDIT_KEY_BINDINGS_DELEGATE_X11_H_ |
| OLD | NEW |