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

Unified Diff: third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h

Issue 2249373002: Make Resource MemoryCoordinatorClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unregisterClient. Created 4 years, 4 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/fetch/CachedMetadataHandler.h
diff --git a/third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h b/third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h
index d347d98cf41874c595db4b3903ec0d6a1ed988ce..e9df4cb18bd030207ca95c987cc08e026487b616 100644
--- a/third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h
+++ b/third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h
@@ -28,7 +28,7 @@ public:
// Reset existing metadata, to allow setting new data.
virtual void clearCachedMetadata(CacheType = CacheLocally) = 0;
// Returns cached metadata of the given type associated with this resource.
yhirano 2016/08/25 01:25:12 Please add a comment saying that this metadata can
tasak 2016/08/25 10:33:50 Done.
- virtual CachedMetadata* cachedMetadata(unsigned dataTypeID) const = 0;
+ virtual PassRefPtr<CachedMetadata> cachedMetadata(unsigned dataTypeID) const = 0;
// Returns the encoding to which the cache is specific.
virtual String encoding() const = 0;
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8ScriptRunnerTest.cpp ('k') | third_party/WebKit/Source/core/fetch/Resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698