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

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 9 years, 11 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
« no previous file with comments | « no previous file | chrome/renderer/blocked_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/renderer/blocked_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698