| 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__
|
|
|