diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 15:50:57 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 15:50:57 +0000 |
commit | 250afb0e2366b9cffd7831f085be4701e81eb636 (patch) | |
tree | c66897fd54bc3031c05a39f93d5e4d9486ace92d /chrome/common/render_messages_internal.h | |
parent | 8b86363bc6c71aed7d10bef1c496b558faac5628 (diff) | |
download | chromium_src-250afb0e2366b9cffd7831f085be4701e81eb636.zip chromium_src-250afb0e2366b9cffd7831f085be4701e81eb636.tar.gz chromium_src-250afb0e2366b9cffd7831f085be4701e81eb636.tar.bz2 |
Revert 55227 - Disable outdated non-sandboxed plugins.
BUG=47731
TEST=Run with --disable-outdated-plugins
Review URL: http://codereview.chromium.org/3038051
TBR=bauerb@chromium.org
Review URL: http://codereview.chromium.org/3083021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index a9efdc8..ce787dd 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -1696,11 +1696,6 @@ IPC_BEGIN_MESSAGES(ViewHost) IPC_MESSAGE_ROUTED1(ViewHostMsg_CrashedPlugin, FilePath /* plugin_path */) - // Notifies when a plugin couldn't be loaded because it's outdated. - IPC_MESSAGE_ROUTED2(ViewHostMsg_DisabledOutdatedPlugin, - string16, /* name */ - GURL /* update_url */) - // Displays a JavaScript out-of-memory message in the infobar. IPC_MESSAGE_ROUTED0(ViewHostMsg_JSOutOfMemory) |