| 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 91bb3254605a042b73e61d35234da24ddd79499b..fdf34589dd8db579580cfacd13d258d13a3c8590 100644
|
| --- a/chrome/test/base/browser_with_test_window_test.h
|
| +++ b/chrome/test/base/browser_with_test_window_test.h
|
| @@ -141,6 +141,9 @@ class BrowserWithTestWindowTest : public testing::Test {
|
| // value. Can return NULL to use the default window created by Browser.
|
| virtual BrowserWindow* CreateBrowserWindow();
|
|
|
| + // Populates the browser creation parameters.
|
| + virtual void PopulateBrowserCreateParams(Browser::CreateParams* params);
|
| +
|
| private:
|
| // We need to create a MessageLoop, otherwise a bunch of things fails.
|
| content::TestBrowserThreadBundle thread_bundle_;
|
|
|