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

Unified Diff: sky/engine/core/fetch/ResourceFetcher.h

Issue 690823002: Remove a number of frontends to ResourceFetcher (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | sky/engine/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/fetch/ResourceFetcher.h
diff --git a/sky/engine/core/fetch/ResourceFetcher.h b/sky/engine/core/fetch/ResourceFetcher.h
index 5effe8267b2951d6a9b0d4620cc17eb2bb1a918b..bf612d13001ac2aa7630aa4365855bc2617a28f1 100644
--- a/sky/engine/core/fetch/ResourceFetcher.h
+++ b/sky/engine/core/fetch/ResourceFetcher.h
@@ -78,10 +78,6 @@ public:
ResourcePtr<ImageResource> fetchImage(FetchRequest&);
ResourcePtr<FontResource> fetchFont(FetchRequest&);
- ResourcePtr<RawResource> fetchRawResource(FetchRequest&);
- ResourcePtr<Resource> fetchLinkResource(Resource::Type, FetchRequest&);
- ResourcePtr<RawResource> fetchImport(FetchRequest&);
- ResourcePtr<RawResource> fetchMedia(FetchRequest&);
// Logs an access denied message to the console for the specified URL.
void printAccessDeniedMessage(const KURL&) const;
« no previous file with comments | « no previous file | sky/engine/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698