Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6537)

Unified Diff: chrome/browser/renderer_host/test/test_render_view_host.h

Issue 3808001: Implement IME for Mac plugins using the Cocoa event model on 10.6 (Closed)
Patch Set: Windows and unit test compile fixes Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/renderer_host/test/test_render_view_host.h
diff --git a/chrome/browser/renderer_host/test/test_render_view_host.h b/chrome/browser/renderer_host/test/test_render_view_host.h
index 2312ba3b92c1570838bec09261988d29c32c0269..e3c9f39038c9f4cb689fac7c700391d3fce478ab 100644
--- a/chrome/browser/renderer_host/test/test_render_view_host.h
+++ b/chrome/browser/renderer_host/test/test_render_view_host.h
@@ -101,6 +101,9 @@ class TestRenderWidgetHostView : public RenderWidgetHostView {
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);

Powered by Google App Engine
This is Rietveld 408576698