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

Unified Diff: chrome/renderer/plugins/chrome_plugin_placeholder.cc

Issue 2626843006: Plugins: Remove left over references to chrome://plugins (Closed)
Patch Set: Created 3 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
Index: chrome/renderer/plugins/chrome_plugin_placeholder.cc
diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.cc b/chrome/renderer/plugins/chrome_plugin_placeholder.cc
index 3af451cb1b74582fee1ccc167fcb02493013803a..2c4677daea754c09448b1ae4f6325ce44a228832 100644
--- a/chrome/renderer/plugins/chrome_plugin_placeholder.cc
+++ b/chrome/renderer/plugins/chrome_plugin_placeholder.cc
@@ -216,11 +216,6 @@ bool ChromePluginPlaceholder::OnMessageReceived(const IPC::Message& message) {
return false;
}
-void ChromePluginPlaceholder::OpenAboutPluginsCallback() {
- RenderThread::Get()->Send(
- new ChromeViewHostMsg_OpenAboutPlugins(routing_id()));
-}
-
void ChromePluginPlaceholder::ShowPermissionBubbleCallback() {
RenderThread::Get()->Send(
new ChromeViewHostMsg_ShowFlashPermissionBubble(routing_id()));
@@ -413,8 +408,6 @@ gin::ObjectTemplateBuilder ChromePluginPlaceholder::GetObjectTemplateBuilder(
.SetMethod<void (ChromePluginPlaceholder::*)()>(
"didFinishLoading",
&ChromePluginPlaceholder::DidFinishLoadingCallback)
- .SetMethod("openAboutPlugins",
- &ChromePluginPlaceholder::OpenAboutPluginsCallback)
.SetMethod("showPermissionBubble",
&ChromePluginPlaceholder::ShowPermissionBubbleCallback);
« no previous file with comments | « chrome/renderer/plugins/chrome_plugin_placeholder.h ('k') | chrome/renderer/resources/plugins/disabled_plugin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698