Index: chrome/browser/ui/browser_navigator_browsertest.h |
diff --git a/chrome/browser/ui/browser_navigator_browsertest.h b/chrome/browser/ui/browser_navigator_browsertest.h |
index a729998c6f5d4b624b6cf96d67569477820e1891..7ad6bed1dbad41a22129cf9ca6ec3524a3b444a6 100644 |
--- a/chrome/browser/ui/browser_navigator_browsertest.h |
+++ b/chrome/browser/ui/browser_navigator_browsertest.h |
@@ -31,6 +31,8 @@ class BrowserNavigatorTest : public InProcessBrowserTest, |
TabContentsWrapper* CreateTabContents(); |
void RunSuppressTest(WindowOpenDisposition disposition); |
+ void RunUseNonIncognitoWindowTest(const GURL& url); |
+ void RunDoNothingIfIncognitoIsForcedTest(const GURL& url); |
// content::NotificationObserver: |
virtual void Observe(int type, const content::NotificationSource& source, |