| Index: chrome/browser/ui/webui/options2/content_settings_handler2.h
|
| diff --git a/chrome/browser/ui/webui/options2/content_settings_handler2.h b/chrome/browser/ui/webui/options2/content_settings_handler2.h
|
| index 2ec69095468c25ad1a93657ae1ec5d22021db6af..85a10c806e6b342dc57dda70f7077481f2908109 100644
|
| --- a/chrome/browser/ui/webui/options2/content_settings_handler2.h
|
| +++ b/chrome/browser/ui/webui/options2/content_settings_handler2.h
|
| @@ -58,6 +58,8 @@ class ContentSettingsHandler : public OptionsPageUIHandler {
|
| void UpdateGeolocationExceptionsView();
|
| // Clobbers and rebuilds just the desktop notification exception table.
|
| void UpdateNotificationExceptionsView();
|
| + // Clobbers and rebuilds just the mediastream device exception table.
|
| + void UpdateMediaStreamExceptionsView();
|
| // Clobbers and rebuilds an exception table that's managed by the host content
|
| // settings map.
|
| void UpdateExceptionsViewFromHostContentSettingsMap(ContentSettingsType type);
|
|
|