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

Unified Diff: chrome/renderer/plugins/blocked_plugin.h

Issue 9244011: Add IPC message to open chrome://plugins from a missing plug-in placeholder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « chrome/common/render_messages.h ('k') | chrome/renderer/plugins/blocked_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugins/blocked_plugin.h
diff --git a/chrome/renderer/plugins/blocked_plugin.h b/chrome/renderer/plugins/blocked_plugin.h
index 597b5e78cf274a40044884c84ff02b0a8cd29755..f97673b08855b2cc7005943c95d861824102f8c4 100644
--- a/chrome/renderer/plugins/blocked_plugin.h
+++ b/chrome/renderer/plugins/blocked_plugin.h
@@ -59,9 +59,10 @@ class BlockedPlugin : public PluginPlaceholder {
// Takes no arguments, and returns nothing.
void HideCallback(const CppArgumentList& args, CppVariant* result);
- // Opens a URL in a new tab.
- // Takes one argument, a string specifying the URL to open. Returns nothing.
- void OpenUrlCallback(const CppArgumentList& args, CppVariant* result);
+ // Opens chrome://plugins in a new tab.
+ // Takes no arguments, and returns nothing.
+ void OpenAboutPluginsCallback(const CppArgumentList& args,
+ CppVariant* result);
// Load the blocked plugin.
void LoadPlugin();
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/plugins/blocked_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698