From 7f0005ab19ca4e374029180753c32e4c9813303a Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Wed, 15 Apr 2009 03:25:11 +0000 Subject: Remove TabContentsType from the NavigationController external interface and in some related areas. I removed all uses of this in the previous patch. Review URL: http://codereview.chromium.org/73057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13730 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/browser_about_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/browser_about_handler.h') diff --git a/chrome/browser/browser_about_handler.h b/chrome/browser/browser_about_handler.h index abad2aa1..b1cb3ac 100644 --- a/chrome/browser/browser_about_handler.h +++ b/chrome/browser/browser_about_handler.h @@ -17,7 +17,7 @@ class GURL; // handles all "about:" URLs as "about:blank. // // This is used by BrowserURLHandler. -bool WillHandleBrowserAboutURL(GURL* url, TabContentsType* type); +bool WillHandleBrowserAboutURL(GURL* url); // We have a few magic commands that don't cause navigations, but rather pop up // dialogs. This function handles those cases, and returns true if so. In this -- cgit v1.1