Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: chrome/browser/ui/browser_navigator_browsertest.h

Issue 8588013: Fix crash in SyncSetupWizard::IsVisible() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add browser test Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698