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 d0607554cc6cd18431e4a2b616912250d3882ec6..847b11fb7087d51e7eb609c6de94b24c373beb72 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -511,10 +511,12 @@ class CONTENT_EXPORT WebContentsImpl |
void OnPpapiBrokerPermissionResult(int request_id, bool result); |
// IPC message handlers. |
+#if defined(ENABLE_WEB_INTENTS) |
void OnRegisterIntentService(const webkit_glue::WebIntentServiceData& data, |
bool user_gesture); |
void OnWebIntentDispatch(const webkit_glue::WebIntentData& intent, |
int intent_id); |
+#endif |
void OnDidLoadResourceFromMemoryCache(const GURL& url, |
const std::string& security_info, |
const std::string& http_request, |