| Index: content/renderer/manifest/manifest_manager.h
|
| diff --git a/content/renderer/manifest/manifest_manager.h b/content/renderer/manifest/manifest_manager.h
|
| index dbb241ba8840409187e10997717ba93984afb79d..336113869242490fc75807069b380fd818e92523 100644
|
| --- a/content/renderer/manifest/manifest_manager.h
|
| +++ b/content/renderer/manifest/manifest_manager.h
|
| @@ -12,6 +12,8 @@
|
| #include "content/public/common/manifest.h"
|
| #include "content/public/renderer/render_frame_observer.h"
|
|
|
| +class GURL;
|
| +
|
| namespace blink {
|
| class WebURLResponse;
|
| }
|
| @@ -53,7 +55,8 @@ class ManifestManager : public RenderFrameObserver {
|
| void OnRequestManifestComplete(int request_id, const Manifest&);
|
|
|
| void FetchManifest();
|
| - void OnManifestFetchComplete(const blink::WebURLResponse& response,
|
| + void OnManifestFetchComplete(const GURL& document_url,
|
| + const blink::WebURLResponse& response,
|
| const std::string& data);
|
| void ResolveCallbacks(ResolveState state);
|
|
|
|
|