diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 02:36:25 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 02:36:25 +0000 |
commit | 79580c6f2f13f43b4735b7e982570fbe779a40ea (patch) | |
tree | aa96dcad2a8614c8083acfa482da2ae650a06030 /chrome/common | |
parent | cabe39c43a98b6b635951d5cb3649e061e36ea21 (diff) | |
download | chromium_src-79580c6f2f13f43b4735b7e982570fbe779a40ea.zip chromium_src-79580c6f2f13f43b4735b7e982570fbe779a40ea.tar.gz chromium_src-79580c6f2f13f43b4735b7e982570fbe779a40ea.tar.bz2 |
Send a message to the renderers when content settings change.
BUG=32719
TEST=none
Review URL: http://codereview.chromium.org/551225
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 9e336e0..489a1d7 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -828,6 +828,12 @@ class NotificationType { // Details will be an AccessibilityControlInfo. ACCESSIBILITY_TEXT_CHANGED, + // Content Settings -------------------------------------------------------- + + // Sent when content settings change. The source is a HostContentSettings + // object, the details are ContentSettingsNotificationsDetails. + CONTENT_SETTINGS_CHANGED, + // Count (must be last) ---------------------------------------------------- // Used to determine the number of notification types. Not valid as // a type parameter when registering for or posting notifications. |