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

Unified Diff: third_party/WebKit/Source/core/html/PluginDocument.h

Issue 1413233005: tracing: Report ResourceClients and the reason for not deletable for web-caches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reflected haraken's comments. Created 5 years, 1 month 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/html/PluginDocument.h
diff --git a/third_party/WebKit/Source/core/html/PluginDocument.h b/third_party/WebKit/Source/core/html/PluginDocument.h
index ff772c6e3d87963621241780015e2ec13cc29c86..f611709c043689de1a8d1fa4ff7a791fbe69db60 100644
--- a/third_party/WebKit/Source/core/html/PluginDocument.h
+++ b/third_party/WebKit/Source/core/html/PluginDocument.h
@@ -54,6 +54,8 @@ private:
PassRefPtrWillBeRawPtr<DocumentParser> createParser() override;
+ String debugName() const override { return "PluginDocument"; }
+
RefPtrWillBeMember<Node> m_pluginNode;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/MediaDocument.h ('k') | third_party/WebKit/Source/core/html/TextDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698