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

Unified Diff: content/renderer/render_view.h

Issue 6880275: Web Introducer overview Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 8 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/introducer_dispatcher.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view.h
===================================================================
--- content/renderer/render_view.h (revision 79632)
+++ content/renderer/render_view.h (working copy)
@@ -140,6 +140,7 @@
class WebGeolocationServiceInterface;
class WebImage;
class WebInputElement;
+class WebIntroducer;
class WebKeyboardEvent;
class WebMediaPlayer;
class WebMediaPlayerClient;
@@ -394,6 +395,7 @@
const WebKit::WebString& source_name,
unsigned source_line);
virtual void printPage(WebKit::WebFrame* frame);
+ virtual WebKit::WebIntroducer* introducerDispatcher();
virtual WebKit::WebNotificationPresenter* notificationPresenter();
virtual void didStartLoading();
virtual void didStopLoading();
@@ -1286,6 +1288,9 @@
// render views.
DevToolsClient* devtools_client_;
+ // The Introducer message dispatcher.
+ WebKit::WebIntroducer* introducer_dispatcher_;
+
// Holds a reference to the service which provides desktop notifications.
NotificationProvider* notification_provider_;
« no previous file with comments | « content/renderer/introducer_dispatcher.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698