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

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

Issue 2855123003: Remove rendundant WebLocalFrame parameter in various plugin code. (Closed)
Patch Set: Fix Android Created 3 years, 7 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/render_frame.h
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
index 68992bd43234af805b06887c111fa2f15a2d35f2..62143e0e966abc0c72a49058e0a2b9f9b268bb11 100644
--- a/content/public/renderer/render_frame.h
+++ b/content/public/renderer/render_frame.h
@@ -138,7 +138,6 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
// Create a new NPAPI/Pepper plugin depending on |info|. Returns NULL if no
// plugin was found. |throttler| may be empty.
virtual blink::WebPlugin* CreatePlugin(
- blink::WebFrame* frame,
const WebPluginInfo& info,
const blink::WebPluginParams& params,
std::unique_ptr<PluginInstanceThrottler> throttler) = 0;

Powered by Google App Engine
This is Rietveld 408576698