diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 12:49:54 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 12:49:54 +0000 |
commit | dfba8766fbe2b0d0ac7e538f18aaf6b92aa68c1e (patch) | |
tree | d2cabf655ef897af93e6e3a06ed0a11a8af2a0f1 /chrome/common | |
parent | 34a50fd92a10f1f0b50d2b73edb228935ff824c8 (diff) | |
download | chromium_src-dfba8766fbe2b0d0ac7e538f18aaf6b92aa68c1e.zip chromium_src-dfba8766fbe2b0d0ac7e538f18aaf6b92aa68c1e.tar.gz chromium_src-dfba8766fbe2b0d0ac7e538f18aaf6b92aa68c1e.tar.bz2 |
Add PluginServiceFilter interface and ChromePluginServiceFilter.
This should get rid of all references to webkit::npapi::IsPluginEnabled in content/.
BUG=80794
TEST=none
Review URL: http://codereview.chromium.org/7387010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_notification_types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h index b213792..f1101cc 100644 --- a/chrome/common/chrome_notification_types.h +++ b/chrome/common/chrome_notification_types.h @@ -887,6 +887,10 @@ enum NotificationType { // Sent when the browser enters or exits fullscreen mode. NOTIFICATION_FULLSCREEN_CHANGED, + // Sent by the PluginPrefs when there is a change of plugin + // enable/disable status. + NOTIFICATION_PLUGIN_ENABLE_STATUS_CHANGED, + // Note:- // Currently only Content and Chrome define and use notifications. // Custom notifications not belonging to Content and Chrome should start |