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

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

Issue 50123006: Let TextTrackResource be a RawResource (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 | Source/core/fetch/TextTrackResource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ResourceClient.h
diff --git a/Source/core/fetch/ResourceClient.h b/Source/core/fetch/ResourceClient.h
index ae7b7bbcf0c07ab0d7f5749fce58305dd9a2e352..937f78731ccfa232ed6d38e408a7ae11928273db 100644
--- a/Source/core/fetch/ResourceClient.h
+++ b/Source/core/fetch/ResourceClient.h
@@ -44,7 +44,6 @@ public:
virtual ~ResourceClient() { }
virtual void notifyFinished(Resource*) { }
- virtual void deprecatedDidReceiveResource(Resource*) { }
static ResourceClientType expectedType() { return BaseResourceType; }
virtual ResourceClientType resourceClientType() const { return expectedType(); }
« no previous file with comments | « no previous file | Source/core/fetch/TextTrackResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698