| Index: ui/views/ime/input_method_bridge.h
|
| diff --git a/ui/views/ime/input_method_bridge.h b/ui/views/ime/input_method_bridge.h
|
| index 6f4b384b7fca5234d71cc5cc1b4f32b1b9903c21..2ad3ecbfcbab75eba7c6ab0a0a19d7e918eebcce 100644
|
| --- a/ui/views/ime/input_method_bridge.h
|
| +++ b/ui/views/ime/input_method_bridge.h
|
| @@ -27,6 +27,8 @@ class View;
|
| class InputMethodBridge : public InputMethodBase,
|
| public ui::TextInputClient {
|
| public:
|
| + // |this| object owns neither |delegate| nor |host|. Both |delegate| and
|
| + // |host| must outlive |this| object.
|
| InputMethodBridge(internal::InputMethodDelegate* delegate,
|
| ui::InputMethod* host);
|
| virtual ~InputMethodBridge();
|
|
|