| Index: chrome/browser/prerender/prerender_test_utils.h
|
| diff --git a/chrome/browser/prerender/prerender_test_utils.h b/chrome/browser/prerender/prerender_test_utils.h
|
| index d7f4af8de292a2d9585e96eb596dcaeefde913c7..741d93f6a6e15531e228165dc03bad8cf607decc 100644
|
| --- a/chrome/browser/prerender/prerender_test_utils.h
|
| +++ b/chrome/browser/prerender/prerender_test_utils.h
|
| @@ -378,6 +378,12 @@ void CreateCountingInterceptorOnIO(
|
| // Makes |url| respond to requests with the contents of |file|.
|
| void CreateMockInterceptorOnIO(const GURL& url, const base::FilePath& file);
|
|
|
| +// Makes |url| never respond on the first load, and then with the contents of
|
| +// |file| afterwards. When the first load has been scheduled, runs |callback| on
|
| +// the UI thread.
|
| +void CreateHangingFirstRequestInterceptorOnIO(
|
| + const GURL& url, const base::FilePath& file, base::Closure callback);
|
| +
|
| } // namespace test_utils
|
|
|
| } // namespace prerender
|
|
|