| Index: chrome/browser/automation/url_request_mock_http_job.h
|
| ===================================================================
|
| --- chrome/browser/automation/url_request_mock_http_job.h (revision 23129)
|
| +++ chrome/browser/automation/url_request_mock_http_job.h (working copy)
|
| @@ -28,6 +28,11 @@
|
| // Given the path to a file relative to base_path_, construct a mock URL.
|
| static GURL GetMockUrl(const std::wstring& path);
|
|
|
| + protected:
|
| + static FilePath GetOnDiskPath(const std::wstring& base_path,
|
| + URLRequest* request,
|
| + const std::string& scheme);
|
| +
|
| private:
|
| void GetResponseInfoConst(net::HttpResponseInfo* info) const;
|
|
|
|
|
| Property changes on: chrome\browser\automation\url_request_mock_http_job.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Merged /branches/chrome_webkit_merge_branch/chrome/browser/automation/url_request_mock_http_job.h:r69-2775
|
| Merged /trunk/src/chrome/browser/automation/url_request_mock_http_job.h:r21668
|
|
|
|
|
|
|