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

Unified Diff: content/public/renderer/content_renderer_client.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 | « components/test_runner/web_test_interfaces.cc ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 63e654273416713f055af89a1d30269ef6b0516f..b347604e571556d4c72af7e2291f72e356110201 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;
@@ -329,10 +328,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(
« no previous file with comments | « components/test_runner/web_test_interfaces.cc ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698