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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 2629243002: content: Remove blimp compositing dependencies. (Closed)
Patch Set: .. Created 3 years, 11 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 | « content/public/browser/render_widget_host.h ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 9d3db1efb792cc6c6efcb6a5be7fc41cec5e4e65..6456878bd456cf878f75660e0a3887625e674ca2 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -546,12 +546,6 @@ class CONTENT_EXPORT WebContentsDelegate {
WebContents* web_contents,
scoped_refptr<net::X509Certificate> certificate);
- // Called when the active render widget is forwarding a RemoteChannel
- // compositor proto. This is used in Blimp mode.
- virtual void ForwardCompositorProto(
- RenderWidgetHost* render_widget_host,
- const std::vector<uint8_t>& proto) {}
-
// Requests the app banner. This method is called from the DevTools.
virtual void RequestAppBannerFromDevTools(content::WebContents* web_contents);
« no previous file with comments | « content/public/browser/render_widget_host.h ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698