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

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

Issue 3782012: Merge 62820 - Implement IME for Mac plugins using the Cocoa event model on 10... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552/src/
Patch Set: 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
===================================================================
--- 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);

Powered by Google App Engine
This is Rietveld 408576698