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

Unified Diff: content/shell/common/leak_detection_result.h

Issue 142043010: Modify the format output when a DOM-object leak is detected (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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 | « content/shell/browser/webkit_test_controller.cc ('k') | content/shell/common/shell_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/leak_detection_result.h
diff --git a/content/shell/common/leak_detection_result.h b/content/shell/common/leak_detection_result.h
index 7afcfd32494bb7a932d1640b3a197a623123aad4..873a172a592586079864d2608508237db373929a 100644
--- a/content/shell/common/leak_detection_result.h
+++ b/content/shell/common/leak_detection_result.h
@@ -5,12 +5,13 @@
#ifndef CONTENT_SHELL_COMMON_LEAK_DETECTION_RESULT_H_
#define CONTENT_SHELL_COMMON_LEAK_DETECTION_RESULT_H_
+#include <string>
+
namespace content {
struct LeakDetectionResult {
bool leaked;
- unsigned number_of_live_documents;
- unsigned number_of_live_nodes;
+ std::string detail;
};
} // namespace content
« no previous file with comments | « content/shell/browser/webkit_test_controller.cc ('k') | content/shell/common/shell_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698