summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages.h
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-31 13:50:34 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-31 13:50:34 +0000
commitcc5f78155f857e3e2a3570fe56e06a219e2eb839 (patch)
treecd4e8d47b5a1c1917bfb57860ee9b6516e424318 /chrome/common/render_messages.h
parentbc283e13693260a986454f6b8b176e406ac8b670 (diff)
downloadchromium_src-cc5f78155f857e3e2a3570fe56e06a219e2eb839.zip
chromium_src-cc5f78155f857e3e2a3570fe56e06a219e2eb839.tar.gz
chromium_src-cc5f78155f857e3e2a3570fe56e06a219e2eb839.tar.bz2
Show infobar when a plug-in couldn't be loaded.
BUG=123580 TEST=none Review URL: https://chromiumcodereview.appspot.com/10448098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r--chrome/common/render_messages.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index dec2997..ff023cf 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -462,6 +462,10 @@ IPC_MESSAGE_ROUTED0(ChromeViewMsg_CancelledDownloadingPlugin)
// chrome:// URLs.
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_OpenAboutPlugins)
+// Tells the browser that there was an error loading a plug-in.
+IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_CouldNotLoadPlugin,
+ FilePath /* plugin_path */)
+
// Specifies the URL as the first parameter (a wstring) and thumbnail as
// binary data as the second parameter.
IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_Thumbnail,