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

Unified Diff: content/test/mock_render_process_host.cc

Issue 10809051: Fix regression of bug 205 where a plugin in a window shown with window.open may not have the correc… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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: content/test/mock_render_process_host.cc
===================================================================
--- content/test/mock_render_process_host.cc (revision 147827)
+++ content/test/mock_render_process_host.cc (working copy)
@@ -208,6 +208,9 @@
void MockRenderProcessHost::SurfaceUpdated(int32 surface_id) {
}
+void MockRenderProcessHost::ResumeRequestsForView(int route_id) {
+}
+
RenderProcessHost::RenderWidgetHostsIterator
MockRenderProcessHost::GetRenderWidgetHostsIterator() {
return RenderWidgetHostsIterator(&render_widget_hosts_);

Powered by Google App Engine
This is Rietveld 408576698