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

Unified Diff: webkit/tools/test_shell/simple_resource_loader_bridge.h

Issue 8602002: Move some webkit_glue embedder functions into WebKitPlatformSupport virtual methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright year Created 9 years, 1 month 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 | « webkit/support/webkit_support_glue.cc ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/simple_resource_loader_bridge.h
diff --git a/webkit/tools/test_shell/simple_resource_loader_bridge.h b/webkit/tools/test_shell/simple_resource_loader_bridge.h
index 71f9ce539cfae0c00f2c8006cc5bef110c22ffd9..003cf5afd56c4ea3bd9df0bcdf304c9cfaaa0a68 100644
--- a/webkit/tools/test_shell/simple_resource_loader_bridge.h
+++ b/webkit/tools/test_shell/simple_resource_loader_bridge.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/message_loop_proxy.h"
#include "net/http/http_cache.h"
+#include "webkit/glue/resource_loader_bridge.h"
class FilePath;
class GURL;
@@ -51,6 +52,10 @@ class SimpleResourceLoaderBridge {
// That is how we implement file-over-http feature.
static void AllowFileOverHTTP(const std::string& file_path_template,
const GURL& http_prefix);
+
+ // Creates a ResourceLoaderBridge instance.
+ static webkit_glue::ResourceLoaderBridge* Create(
+ const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info);
};
#endif // WEBKIT_TOOLS_TEST_SHELL_SIMPLE_RESOURCE_LOADER_BRIDGE_H__
« no previous file with comments | « webkit/support/webkit_support_glue.cc ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698