| Index: content/shell/renderer/test_runner/test_runner.h
|
| diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h
|
| index 09dc9e2b08cd059b0f421cec88abf652cf5e0cce..15a5cc085c0cd325e41e7cd2459335ea48a1af5b 100644
|
| --- a/content/shell/renderer/test_runner/test_runner.h
|
| +++ b/content/shell/renderer/test_runner/test_runner.h
|
| @@ -24,6 +24,7 @@ class WebNotificationPresenter;
|
| class WebPermissionClient;
|
| class WebString;
|
| class WebView;
|
| +class WebURLResponse;
|
| }
|
|
|
| namespace gin {
|
| @@ -565,9 +566,14 @@ class TestRunner : public WebTestRunner,
|
| const std::string& registration_id);
|
| void SetMockPushClientError(const std::string& message);
|
|
|
| + void GetManifestThen(v8::Handle<v8::Function> callback);
|
| +
|
| ///////////////////////////////////////////////////////////////////////////
|
| // Internal helpers
|
|
|
| + void GetManifestCallback(scoped_ptr<InvokeCallbackTask> task,
|
| + const blink::WebURLResponse& response,
|
| + const std::string& data);
|
| void CapturePixelsCallback(scoped_ptr<InvokeCallbackTask> task,
|
| const SkBitmap& snapshot);
|
|
|
|
|