| 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.
|
| bool IsURLAllowedInIncognito(const GURL& url);
|
|
|
| } // namespace browser
|
|
|