Index: content/browser/tab_contents/tab_contents.h |
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h |
index 318e9fcc8429d13c02a05ca48869a2137f58931f..cdd43e464b3c08dc4c67a84a33f8f53d967c968f 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -791,6 +791,9 @@ class TabContents : public PageNavigator, |
const std::string& original_lang, |
const std::string& translated_lang, |
TranslateErrors::Type error_type); |
+ void OnRegisterProtocolHandler(const std::string& protocol, |
+ const GURL& url, |
+ const string16& title); |
void OnSetSuggestions(int32 page_id, |
const std::vector<std::string>& suggestions); |
void OnInstantSupportDetermined(int32 page_id, bool result); |