From 2098fc80beaf21ef93d7fe3e886d185ce871b423 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Wed, 8 Feb 2012 22:14:34 +0000 Subject: Back out r121057 from the trunk due to a compile failure. http://build.chromium.org/p/chromium/builders/Win%20Aura/builds/5477/steps/compile/logs/stdio Use PluginInstaller to update outdated plug-ins. TBR=arv@chromium.org BUG=92796 TEST=TBD Review URL: http://codereview.chromium.org/9107038 TBR=bauerb@chromium.org Review URL: https://chromiumcodereview.appspot.com/9348073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121074 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/render_messages.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/common/render_messages.h') diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index 1649487..327f2f5 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -534,8 +534,8 @@ IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_DnsPrefetch, // Notifies when a plugin couldn't be loaded because it's outdated. IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_BlockedOutdatedPlugin, - int /* placeholder ID */, - std::string /* plug-in group identifier */) + string16, /* name */ + GURL /* update_url */) // Notifies when a plugin couldn't be loaded because it requires // user authorization. -- cgit v1.1