| Index: chrome/test/base/in_process_browser_test.h
|
| diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h
|
| index 8b5df11dd9098b8a9b55d3e330291e11f3ca0a78..3638b57d8a0479d0c0d0bce3b091e3962aba854a 100644
|
| --- a/chrome/test/base/in_process_browser_test.h
|
| +++ b/chrome/test/base/in_process_browser_test.h
|
| @@ -142,6 +142,10 @@ class InProcessBrowserTest : public BrowserTestBase {
|
| // for the tab to finish loading, and shows the browser.
|
| Browser* CreateBrowserForPopup(Profile* profile);
|
|
|
| + // Creates a browser for an application and waits for it to load and shows
|
| + // the browser.
|
| + Browser* CreateBrowserForApp(const std::string& app_name, Profile* profile);
|
| +
|
| // Called from the various CreateBrowser methods to add a blank tab, wait for
|
| // the navigation to complete, and show the browser's window.
|
| void AddBlankTabAndShow(Browser* browser);
|
|
|