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

Unified Diff: chrome/renderer/render_view.h

Issue 5516004: Clean up PluginGroup and related code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 10 years 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: chrome/renderer/render_view.h
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
index 42263193bfdca33f391ffb102ef63a7031e1ae29..c273e64e60b198d1bc5f32dfb9e88408e0235f59 100644
--- a/chrome/renderer/render_view.h
+++ b/chrome/renderer/render_view.h
@@ -999,7 +999,7 @@ class RenderView : public RenderWidget,
WebKit::WebPlugin* CreateOutdatedPluginPlaceholder(
WebKit::WebFrame* frame,
const WebKit::WebPluginParams& params,
- PluginGroup* group);
+ const PluginGroup& group);
// Sends an IPC notification that the specified content type was blocked.
// If the content type requires it, |resource_identifier| names the specific

Powered by Google App Engine
This is Rietveld 408576698