diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 17:45:46 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 17:45:46 +0000 |
commit | b39c9b201b7a950c647cd9d79494b74692dfeb56 (patch) | |
tree | d2dec1cb8f613e3f56b90651c5e4ae073048b038 /chrome/browser/infobars | |
parent | 135e429c705aa5b8fd26f2b0a46ad63451817b3c (diff) | |
download | chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.zip chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.tar.gz chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.tar.bz2 |
Remove the default plugin.
TBR=darin@chromium.org
BUG=62079
TEST=none
Review URL: http://codereview.chromium.org/9074004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/infobars')
-rw-r--r-- | chrome/browser/infobars/infobar_delegate.cc | 5 | ||||
-rw-r--r-- | chrome/browser/infobars/infobar_delegate.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/infobars/infobar_delegate.cc b/chrome/browser/infobars/infobar_delegate.cc index a8d5c4f..bcaf344 100644 --- a/chrome/browser/infobars/infobar_delegate.cc +++ b/chrome/browser/infobars/infobar_delegate.cc @@ -63,11 +63,6 @@ LinkInfoBarDelegate* InfoBarDelegate::AsLinkInfoBarDelegate() { return NULL; } -PluginInstallerInfoBarDelegate* - InfoBarDelegate::AsPluginInstallerInfoBarDelegate() { - return NULL; -} - RegisterProtocolHandlerInfoBarDelegate* InfoBarDelegate::AsRegisterProtocolHandlerInfoBarDelegate() { return NULL; diff --git a/chrome/browser/infobars/infobar_delegate.h b/chrome/browser/infobars/infobar_delegate.h index 55a2bd5..785f67b 100644 --- a/chrome/browser/infobars/infobar_delegate.h +++ b/chrome/browser/infobars/infobar_delegate.h @@ -88,7 +88,6 @@ class InfoBarDelegate { virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate(); virtual InsecureContentInfoBarDelegate* AsInsecureContentInfoBarDelegate(); virtual LinkInfoBarDelegate* AsLinkInfoBarDelegate(); - virtual PluginInstallerInfoBarDelegate* AsPluginInstallerInfoBarDelegate(); virtual RegisterProtocolHandlerInfoBarDelegate* AsRegisterProtocolHandlerInfoBarDelegate(); virtual ThemeInstalledInfoBarDelegate* AsThemePreviewInfobarDelegate(); |