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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Rebase. init() can cause frames to detach 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
Index: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index fc9fba976e11aa881a72f684acde793715aef9d9..17c43efc9267e71c78294f13e45ecec2d4cdf4e4 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -32,7 +32,6 @@ class SingleThreadTaskRunner;
}
namespace blink {
-class WebAppBannerClient;
class WebAudioDevice;
class WebClipboard;
class WebFrame;
@@ -319,10 +318,6 @@ class CONTENT_EXPORT ContentRendererClient {
// metric. See: https://www.chromium.org/developers/design-documents/rappor
virtual void RecordRapporURL(const std::string& metric, const GURL& url) {}
- // Allows an embedder to provide a blink::WebAppBannerClient.
- virtual std::unique_ptr<blink::WebAppBannerClient> CreateAppBannerClient(
- RenderFrame* render_frame);
-
// Gives the embedder a chance to add properties to the context menu.
// Currently only called when the context menu is for an image.
virtual void AddImageContextMenuProperties(

Powered by Google App Engine
This is Rietveld 408576698