| Index: chrome/browser/dom_ui/content_settings_handler.h
|
| diff --git a/chrome/browser/dom_ui/content_settings_handler.h b/chrome/browser/dom_ui/content_settings_handler.h
|
| index dc1278c00e7e537e3e048f5b62567b26a9f2a600..cf77e84243b5c10c7993309b1494a536fe929233 100644
|
| --- a/chrome/browser/dom_ui/content_settings_handler.h
|
| +++ b/chrome/browser/dom_ui/content_settings_handler.h
|
| @@ -32,6 +32,7 @@ class ContentSettingsHandler : public OptionsPageUIHandler {
|
| void SetContentFilter(const Value* value);
|
| void SetAllowThirdPartyCookies(const Value* value);
|
| void RemoveExceptions(const Value* value);
|
| + void SetException(const Value* value);
|
|
|
| NotificationRegistrar notification_registrar_;
|
|
|
|
|