Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: content/renderer/manifest/manifest_manager.h

Issue 577673004: Add support for 'start_url' in Manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest_manager_content
Patch Set: oups Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/manifest.h ('k') | content/renderer/manifest/manifest_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/public/common/manifest.h ('k') | content/renderer/manifest/manifest_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698