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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2488573002: Refactor getInstalledRelatedApps code and add manifest logic and tests. (Closed)
Patch Set: Rebase. Created 3 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: 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 -------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698