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

Unified Diff: third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h

Issue 2746343002: Phase III Step 1: Make ImageResourceContent manage its own ResourceStatus (Closed)
Patch Set: Reflect comments Created 3 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: third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h b/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
index ced90f3e146ba41314337f092501f44eb1522a79..73972012a830e8678ae991e1148ea695213db50f 100644
--- a/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
+++ b/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
@@ -32,7 +32,6 @@ class CORE_EXPORT ImageResourceInfo : public GarbageCollectedMixin {
virtual bool HasDevicePixelRatioHeaderValue() const = 0;
virtual float DevicePixelRatioHeaderValue() const = 0;
virtual const ResourceResponse& GetResponse() const = 0;
- virtual ResourceStatus GetStatus() const = 0;
virtual bool ShouldShowPlaceholder() const = 0;
virtual bool IsCacheValidator() const = 0;
virtual bool SchedulingReloadOrShouldReloadBrokenPlaceholder() const = 0;

Powered by Google App Engine
This is Rietveld 408576698