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

Unified Diff: content/renderer/render_view_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
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 82edc3105f3a722e8cb603b1ab59a4710a11d1f6..d288ec69edd410c64710584ffdfcde196917ba84 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -164,7 +164,6 @@ class RendererPpapiHost;
class RendererWebColorChooserImpl;
class RenderWidgetFullscreenPepper;
class SpeechRecognitionDispatcher;
-class WebIntentsHost;
class WebPluginDelegateProxy;
struct CustomContextMenuContext;
struct FileChooserParams;
@@ -665,11 +664,6 @@ class CONTENT_EXPORT RenderViewImpl
WebKit::WebStorageQuotaType type,
unsigned long long requested_size,
WebKit::WebStorageQuotaCallbacks* callbacks);
- virtual void registerIntentService(
- WebKit::WebFrame* frame,
- const WebKit::WebIntentServiceInfo& service);
- virtual void dispatchIntent(WebKit::WebFrame* frame,
- const WebKit::WebIntentRequest& intentRequest);
virtual void willOpenSocketStream(
WebKit::WebSocketStreamHandle* handle);
virtual void willStartUsingPeerConnectionHandler(WebKit::WebFrame* frame,
@@ -820,7 +814,6 @@ class CONTENT_EXPORT RenderViewImpl
friend class ExternalPopupMenuTest;
friend class PepperDeviceTest;
friend class RendererAccessibilityTest;
- friend class WebIntentsHostTest;
friend class RenderViewTest;
FRIEND_TEST_ALL_PREFIXES(ExternalPopupMenuRemoveTest, RemoveOnChange);
@@ -1397,9 +1390,6 @@ class CONTENT_EXPORT RenderViewImpl
// The geolocation dispatcher attached to this view, lazily initialized.
GeolocationDispatcher* geolocation_dispatcher_;
- // The intents host attached to this view. Not lazily initialized.
- WebIntentsHost* intents_host_;
-
// The speech dispatcher attached to this view, lazily initialized.
InputTagSpeechDispatcher* input_tag_speech_dispatcher_;
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698