Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 12225076: Delete most web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6101ff2950748aacf72b574035a550ed7425a5e4..fc3bfa402417ba83698ec99b11868fc7546a2156 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -34,11 +34,6 @@ struct BrowserPluginHostMsg_ResizeGuest_Params;
struct ViewHostMsg_DateTimeDialogValue_Params;
struct ViewMsg_PostMessage_Params;
-namespace webkit_glue {
-struct WebIntentData;
-struct WebIntentServiceData;
-}
-
namespace content {
class BrowserPluginEmbedder;
class BrowserPluginGuest;
@@ -520,12 +515,6 @@ 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,
« no previous file with comments | « content/browser/intents/web_intents_dispatcher_impl.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698