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

Unified Diff: content/shell/browser/webkit_test_controller.h

Issue 405433011: LeakDetector: Add commandline option to force crash when leak is found. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: content/shell/browser/webkit_test_controller.h
diff --git a/content/shell/browser/webkit_test_controller.h b/content/shell/browser/webkit_test_controller.h
index c4e04f04a75ffc0a9736333ba027dcdcc02956de..e9773c603030c9572622d9d31f7b2db102ad9a01 100644
--- a/content/shell/browser/webkit_test_controller.h
+++ b/content/shell/browser/webkit_test_controller.h
@@ -212,6 +212,7 @@ class WebKitTestController : public base::NonThreadSafe,
NotificationRegistrar registrar_;
const bool is_leak_detection_enabled_;
+ bool crash_when_leak_found_;
#if defined(OS_ANDROID)
// Because of the nested message pump implementation, Android needs to allow
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | content/shell/browser/webkit_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698