| Index: chrome/browser/renderer_host/test/test_render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/test/test_render_view_host.h (revision 62862)
|
| +++ chrome/browser/renderer_host/test/test_render_view_host.h (working copy)
|
| @@ -101,6 +101,9 @@
|
| virtual void SetActive(bool active);
|
| virtual void SetWindowVisibility(bool visible) {}
|
| virtual void WindowFrameChanged() {}
|
| + virtual void SetPluginImeEnabled(bool enabled, int plugin_id);
|
| + virtual bool PostProcessEventForPluginIme(
|
| + const NativeWebKeyboardEvent& event);
|
| virtual gfx::PluginWindowHandle AllocateFakePluginWindowHandle(
|
| bool opaque,
|
| bool root);
|
|
|