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

Unified Diff: content/test/test_render_view_host_factory.h

Issue 10377158: Move keyboard related methods from RenderViewHostDelegate to a new RenderWidgetHostDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove crbug link Created 8 years, 7 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
« no previous file with comments | « content/public/browser/render_view_host_delegate.cc ('k') | content/test/test_render_view_host_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_view_host_factory.h
diff --git a/content/test/test_render_view_host_factory.h b/content/test/test_render_view_host_factory.h
index c7f05e26e0c6e52f60230ff7153c1fa042cf5206..7154abae7225cb8acb7aa1d6f2a4eeaa6832dcf7 100644
--- a/content/test/test_render_view_host_factory.h
+++ b/content/test/test_render_view_host_factory.h
@@ -32,6 +32,7 @@ class TestRenderViewHostFactory : public RenderViewHostFactory {
virtual content::RenderViewHost* CreateRenderViewHost(
content::SiteInstance* instance,
content::RenderViewHostDelegate* delegate,
+ content::RenderWidgetHostDelegate* widget_delegate,
int routing_id,
bool swapped_out,
content::SessionStorageNamespace* session_storage) OVERRIDE;
« no previous file with comments | « content/public/browser/render_view_host_delegate.cc ('k') | content/test/test_render_view_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698