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(); |