| 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();
|
|
|
|
|