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

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

Issue 702433002: Refactor GuestViewContainer to split out WebView related logic and MimeHandlerView related logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/browser_plugin_delegate.h
diff --git a/content/public/renderer/browser_plugin_delegate.h b/content/public/renderer/browser_plugin_delegate.h
index 08c1599e968bc2b2bf5784221231e84b9aac7b33..282adda24a47510931e68fde57ac1244955039b5 100644
--- a/content/public/renderer/browser_plugin_delegate.h
+++ b/content/public/renderer/browser_plugin_delegate.h
@@ -18,8 +18,6 @@ class RenderFrame;
// behavior of the plugin.
class CONTENT_EXPORT BrowserPluginDelegate {
public:
- BrowserPluginDelegate(RenderFrame* render_frame,
- const std::string& mime_type) {}
virtual ~BrowserPluginDelegate() {}
// Called when the BrowserPlugin's geometry has been computed for the first

Powered by Google App Engine
This is Rietveld 408576698