| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 6b325f5f6334b70b23689bf633baf54f55bee36d..62ab57281a17f71aadcc817e47c594f41033d3b6 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -726,6 +726,9 @@ class CONTENT_EXPORT WebContentsImpl
|
| const GURL& url,
|
| const base::string16& title,
|
| bool user_gesture);
|
| + void OnUnregisterProtocolHandler(const std::string& protocol,
|
| + const GURL& url,
|
| + bool user_gesture);
|
| void OnFindReply(int request_id,
|
| int number_of_matches,
|
| const gfx::Rect& selection_rect,
|
|
|