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

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

Issue 1369253002: Add Web Resources usage to chrome://tracing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web_cache2_base
Patch Set: Nits/. Created 5 years, 3 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/ScriptResource.h
diff --git a/third_party/WebKit/Source/core/fetch/ScriptResource.h b/third_party/WebKit/Source/core/fetch/ScriptResource.h
index f666b3e385d88fa42bbedd1b4ba42c1e5f1ff066..2945f0c7cb3eed6969c87769f85ee37cb61b6f85 100644
--- a/third_party/WebKit/Source/core/fetch/ScriptResource.h
+++ b/third_party/WebKit/Source/core/fetch/ScriptResource.h
@@ -57,6 +57,8 @@ public:
void didAddClient(ResourceClient*) override;
void appendData(const char*, unsigned) override;
+ void onMemoryDump(WebProcessMemoryDump*) const override;
+
const String& script();
AtomicString mimeType() const;

Powered by Google App Engine
This is Rietveld 408576698