| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 02103142bfdde4adbc7dd25ed9ebd256918121d9..bd37dd82a317b7e7eaa0336bd647d0de3080912f 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -372,7 +372,6 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| virtual void RegisterProtocolHandler(WebContents* web_contents,
|
| const std::string& protocol,
|
| const GURL& url,
|
| - const base::string16& title,
|
| bool user_gesture) {}
|
|
|
| // Result of string search in the page. This includes the number of matches
|
|
|