| Index: chrome/test/in_process_browser_test.h
|
| diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h
|
| index 42cadbb9757ee29afc3ba6da3e9d522b9c5c8674..169ad47fe1322987dd5b75d777ae0851ccc0a246 100644
|
| --- a/chrome/test/in_process_browser_test.h
|
| +++ b/chrome/test/in_process_browser_test.h
|
| @@ -145,6 +145,9 @@ class InProcessBrowserTest : public testing::Test {
|
| // This is invoked from Setup.
|
| virtual Browser* CreateBrowser(Profile* profile);
|
|
|
| + // Similar to |CreateBrowser|, but creates an incognito browser.
|
| + virtual Browser* CreateIncognitoBrowser();
|
| +
|
| // Creates a browser for a popup window with a single tab (about:blank), waits
|
| // for the tab to finish loading, and shows the browser.
|
| Browser* CreateBrowserForPopup(Profile* profile);
|
|
|