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

Unified Diff: Source/core/fetch/ResourceFetcher.h

Issue 295063002: [NotLanded] Implement the fetching algorithm of the Web Manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
Index: Source/core/fetch/ResourceFetcher.h
diff --git a/Source/core/fetch/ResourceFetcher.h b/Source/core/fetch/ResourceFetcher.h
index 7d01b61e3096a7a86e2aab920f32a2131dd60a30..713981b586b7176c6bea456946f15bd0ef1037d5 100644
--- a/Source/core/fetch/ResourceFetcher.h
+++ b/Source/core/fetch/ResourceFetcher.h
@@ -98,6 +98,7 @@ public:
ResourcePtr<RawResource> fetchImport(FetchRequest&);
ResourcePtr<RawResource> fetchMedia(FetchRequest&);
ResourcePtr<RawResource> fetchTextTrack(FetchRequest&);
+ ResourcePtr<Resource> fetchManifest(FetchRequest&);
// Logs an access denied message to the console for the specified URL.
void printAccessDeniedMessage(const KURL&) const;

Powered by Google App Engine
This is Rietveld 408576698