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

Unified Diff: chrome/test/base/browser_with_test_window_test.h

Issue 2804913002: mash: Test ChromeLauncherControllerImpl more like production use. (Closed)
Patch Set: Fix BrowserWindow leak; restore InitLauncherController; cleanup. Created 3 years, 8 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: chrome/test/base/browser_with_test_window_test.h
diff --git a/chrome/test/base/browser_with_test_window_test.h b/chrome/test/base/browser_with_test_window_test.h
index a6d31237dab561cd7ec0cdf38accd934293da4a2..18c5e06316bc7e5e199b419864dadd620bba0584 100644
--- a/chrome/test/base/browser_with_test_window_test.h
+++ b/chrome/test/base/browser_with_test_window_test.h
@@ -127,10 +127,6 @@ class BrowserWithTestWindowTest : public testing::Test {
const GURL& url,
const base::string16& title);
- // Destroys the browser, window, and profile created by this class. This is
- // invoked from the destructor.
- void DestroyBrowserAndProfile();
-
// Creates the profile used by this test. The caller owns the return value.
virtual TestingProfile* CreateProfile();

Powered by Google App Engine
This is Rietveld 408576698