Index: chrome/renderer/blocked_plugin.h |
=================================================================== |
--- chrome/renderer/blocked_plugin.h (revision 71492) |
+++ chrome/renderer/blocked_plugin.h (working copy) |
@@ -50,10 +50,14 @@ |
virtual ~BlockedPlugin(); |
// Javascript callbacks: |
- // Load the blocked plugin by calling LoadPlugin() below. |
+ // Load the blocked plugin by calling LoadPlugin(). |
// Takes no arguments, and returns nothing. |
void Load(const CppArgumentList& args, CppVariant* result); |
+ // Hide the blocked plugin by calling HidePlugin(). |
+ // Takes no arguments, and returns nothing. |
+ void Hide(const CppArgumentList& args, CppVariant* result); |
+ |
// Hide the blocked plugin. |
void HidePlugin(); |