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

Unified Diff: content/browser/renderer_host/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 | « no previous file | content/browser/renderer_host/render_view_host_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_view_host_factory.h
diff --git a/content/browser/renderer_host/render_view_host_factory.h b/content/browser/renderer_host/render_view_host_factory.h
index 99d7299836539a8a4e1e82b757d12275b7a4e635..fe9a0d5286b4a003a255a7b4334fe3634f14af9c 100644
--- a/content/browser/renderer_host/render_view_host_factory.h
+++ b/content/browser/renderer_host/render_view_host_factory.h
@@ -12,6 +12,7 @@
namespace content {
class RenderViewHost;
class RenderViewHostDelegate;
+class RenderWidgetHostDelegate;
class SessionStorageNamespace;
class SiteInstance;
}
@@ -27,6 +28,7 @@ class RenderViewHostFactory {
static content::RenderViewHost* Create(
content::SiteInstance* instance,
content::RenderViewHostDelegate* delegate,
+ content::RenderWidgetHostDelegate* widget_delegate,
int routing_id,
bool swapped_out,
content::SessionStorageNamespace* session_storage);
@@ -45,6 +47,7 @@ class 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_namespace) = 0;
« no previous file with comments | « no previous file | content/browser/renderer_host/render_view_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698