| Index: chrome/browser/browser_about_handler.cc
|
| diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
|
| index 9db4260f38facf00a5ce102a99994d89c4106167..6cc4491c5585fc4c5b58901945b1420ad1a0bd91 100644
|
| --- a/chrome/browser/browser_about_handler.cc
|
| +++ b/chrome/browser/browser_about_handler.cc
|
| @@ -698,7 +698,7 @@ void AboutMemoryHandler::OnDetailsAvailable() {
|
|
|
| // -----------------------------------------------------------------------------
|
|
|
| -bool WillHandleBrowserAboutURL(GURL* url) {
|
| +bool WillHandleBrowserAboutURL(GURL* url, Profile* profile) {
|
| // We only handle about: schemes.
|
| if (!url->SchemeIs(chrome::kAboutScheme))
|
| return false;
|
|
|