| 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_;
|
|
|
|
|