| 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 0edb3bdcd93d51dbc6ec7e22daea0c22c1ac5f57..0193b06af2117c2cc718857c29b3dad943cb3ac8 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -377,7 +377,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
|
|
|