| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index f221082d038c4a336f4d03646495ab20b4b05cdb..1b690d6671ca25aa19555f148bae164aa5b55f14 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -79,7 +79,6 @@ class WebEncryptedMediaClient;
|
| class WebExternalPopupMenu;
|
| class WebExternalPopupMenuClient;
|
| class WebFileChooserCompletion;
|
| -class WebInstalledAppClient;
|
| class WebLocalFrame;
|
| class WebMediaPlayer;
|
| class WebMediaPlayerClient;
|
| @@ -91,6 +90,7 @@ class WebPlugin;
|
| class WebPresentationClient;
|
| class WebPushClient;
|
| class WebRTCPeerConnectionHandler;
|
| +class WebRelatedAppsFetcher;
|
| class WebScreenOrientationClient;
|
| class WebString;
|
| class WebURL;
|
| @@ -449,7 +449,7 @@ class BLINK_EXPORT WebFrameClient {
|
| // InstalledApp API ----------------------------------------------------
|
|
|
| // Used to access the embedder for the InstalledApp API.
|
| - virtual WebInstalledAppClient* installedAppClient() { return nullptr; }
|
| + virtual WebRelatedAppsFetcher* relatedAppsFetcher() { return nullptr; }
|
|
|
| // Editing -------------------------------------------------------------
|
|
|
|
|