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

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

Issue 8588013: Fix crash in SyncSetupWizard::IsVisible() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/browser_navigator.cc » ('j') | chrome/browser/ui/browser_navigator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_navigator.h
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
index 5124c9706415fa80aeec3af27dbb057c41fca298..da7c01ceec5de43bacd060787fae2901ce0363bc 100644
--- a/chrome/browser/ui/browser_navigator.h
+++ b/chrome/browser/ui/browser_navigator.h
@@ -191,9 +191,7 @@ void Navigate(NavigateParams* params);
// Otherwise, returns -1.
int GetIndexOfSingletonTab(NavigateParams* params);
-// Returns true if the url is not allowed to open in incognito window.
-// Currently, chrome://settings, the bookmark manager, and chrome://extensions
-// are part this list.
+// Returns true if the url is allowed to open in incognito window.
binji 2011/11/17 01:23:51 This comment was inconsistent with the function na
bool IsURLAllowedInIncognito(const GURL& url);
} // namespace browser
« no previous file with comments | « no previous file | chrome/browser/ui/browser_navigator.cc » ('j') | chrome/browser/ui/browser_navigator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698