diff options
Diffstat (limited to 'chrome/browser/cocoa/cookies_window_controller_unittest.mm')
-rw-r--r-- | chrome/browser/cocoa/cookies_window_controller_unittest.mm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/cocoa/cookies_window_controller_unittest.mm b/chrome/browser/cocoa/cookies_window_controller_unittest.mm index 098a770..38b278d 100644 --- a/chrome/browser/cocoa/cookies_window_controller_unittest.mm +++ b/chrome/browser/cocoa/cookies_window_controller_unittest.mm @@ -58,9 +58,6 @@ namespace { class CookiesWindowControllerTest : public CocoaTest { public: - CookiesWindowControllerTest() - : io_thread_(ChromeThread::IO, &message_loop_) {} - virtual void SetUp() { CocoaTest::SetUp(); TestingProfile* profile = browser_helper_.profile(); @@ -84,12 +81,7 @@ class CookiesWindowControllerTest : public CocoaTest { } protected: - // Prevent leaks from TestingProfile::CreateRequestContext(). - MessageLoop message_loop_; - ChromeThread io_thread_; - BrowserTestHelper browser_helper_; - scoped_nsobject<CookiesWindowController> controller_; }; |