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

Unified Diff: chrome/common/child_thread.h

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove host_render_view_id Created 9 years, 10 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/common/child_thread.h
diff --git a/chrome/common/child_thread.h b/chrome/common/child_thread.h
index 4537f1ba9c84b1ea94ffdf0e611143ef1369e9c5..46be7211f44eb9ca0c6aea02f377c44c062faf49 100644
--- a/chrome/common/child_thread.h
+++ b/chrome/common/child_thread.h
@@ -45,9 +45,7 @@ class ChildThread : public IPC::Channel::Listener,
// Creates a ResourceLoaderBridge.
// Tests can override this method if they want a custom loading behavior.
virtual webkit_glue::ResourceLoaderBridge* CreateBridge(
- const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info,
- int host_renderer_id,
- int host_render_view_id);
+ const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info);
ResourceDispatcher* resource_dispatcher();

Powered by Google App Engine
This is Rietveld 408576698