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

Unified Diff: content/child/child_thread.h

Issue 267973002: Revert of Remove webkit's ResourceLoaderBridge interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/child/blink_platform_impl.h ('k') | content/child/child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 8887e7af753ffa35f31501b7faaec2ff1db768a8..6af7016fddf96c913800fc601ab9c89e97a037e1 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -79,6 +79,11 @@
MessageRouter* GetRouter();
+ // Creates a ResourceLoaderBridge.
+ // Tests can override this method if they want a custom loading behavior.
+ virtual webkit_glue::ResourceLoaderBridge* CreateBridge(
+ const RequestInfo& request_info);
+
// Allocates a block of shared memory of the given size and
// maps in into the address space. Returns NULL of failure.
// Note: On posix, this requires a sync IPC to the browser process,
« no previous file with comments | « content/child/blink_platform_impl.h ('k') | content/child/child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698