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

Unified Diff: chrome/renderer/blocked_plugin.h

Issue 5275007: Add the ability to remove blocked plugin containers from the page. For now,... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
« no previous file with comments | « no previous file | chrome/renderer/blocked_plugin.cc » ('j') | chrome/renderer/blocked_plugin.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/blocked_plugin.h
===================================================================
--- chrome/renderer/blocked_plugin.h (revision 67280)
+++ chrome/renderer/blocked_plugin.h (working copy)
@@ -47,6 +47,10 @@
// Takes no arguments, and returns nothing.
void Load(const CppArgumentList& args, CppVariant* result);
+ // Hides the blocked plugin without running it.
+ // Takes no arguments, and returns nothing.
+ void Hide(const CppArgumentList& args, CppVariant* result);
+
// Load the blocked plugin.
void LoadPlugin();
« no previous file with comments | « no previous file | chrome/renderer/blocked_plugin.cc » ('j') | chrome/renderer/blocked_plugin.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698