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

Unified Diff: components/nacl/browser/test_nacl_browser_delegate.h

Issue 2630443003: Add thread checks to NaClBrowser, and make it leaky (Closed)
Patch Set: Update NaClGdbDebugStubTest Created 3 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
Index: components/nacl/browser/test_nacl_browser_delegate.h
diff --git a/components/nacl/browser/test_nacl_browser_delegate.h b/components/nacl/browser/test_nacl_browser_delegate.h
index 0894c828eea88d370f10fe2780e6b445a6e56705..58033401db904cd0532f1953878cfe5d57b10b85 100644
--- a/components/nacl/browser/test_nacl_browser_delegate.h
+++ b/components/nacl/browser/test_nacl_browser_delegate.h
@@ -17,7 +17,7 @@
//
// and
//
-// NaClBrowser::SetDelegate(NULL); // frees the test delegate.
+// NaClBrowser::ClearAndDeleteDelegateForTest();
class TestNaClBrowserDelegate : public NaClBrowserDelegate {
public:
TestNaClBrowserDelegate();

Powered by Google App Engine
This is Rietveld 408576698