summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_about_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_about_handler.h')
-rw-r--r--chrome/browser/browser_about_handler.h2
1 files changed, 1 insertions, 1 deletions
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