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

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

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Add TODO Created 4 years, 2 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 | « third_party/WebKit/public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 1e6d90dc3233296bfb90a4e658a30a14572721e7..69639ad94981707e4ce02801892553e2bdd0709e 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -23,7 +23,6 @@ class WebFrameWidget;
class WebRange;
class WebScriptExecutionCallback;
class WebSuspendableTask;
-enum class WebAppBannerPromptReply;
enum class WebCachePolicy;
enum class WebSandboxFlags;
enum class WebTreeScopeType;
@@ -311,16 +310,6 @@ class WebLocalFrame : public WebFrame {
virtual void setContentSettingsClient(WebContentSettingsClient*) = 0;
- // App banner -------------------------------------------------------------
-
- // Request to show an application install banner for the given |platforms|.
- // The implementation can request the embedder to cancel the call by setting
- // |cancel| to true.
- virtual void willShowInstallBannerPrompt(
- int requestId,
- const WebVector<WebString>& platforms,
- WebAppBannerPromptReply*) = 0;
-
// Image reload -----------------------------------------------------------
// If the provided node is an image, reload the image disabling Lo-Fi.
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698