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 8c4ae5f8d4f4a7a437b246f529908ccebdc97825..9b7034bc59cd8624f05dfac55524b0b2354d1d4a 100644 |
--- a/chrome/browser/ui/webui/options2/content_settings_handler2.h |
+++ b/chrome/browser/ui/webui/options2/content_settings_handler2.h |
@@ -92,6 +92,8 @@ class ContentSettingsHandler : public OptionsPageUIHandler, |
// Clobbers and rebuilds just the Pepper Flash camera and microphone exception |
// table. |
void UpdateFlashCameraMicExceptionsView(); |
+ // Clobbers and rebuilds just the Media Stream device exception table. |
+ void UpdateMediaStreamExceptionsView(); |
// Clobbers and rebuilds an exception table that's managed by the host content |
// settings map. |
void UpdateExceptionsViewFromHostContentSettingsMap(ContentSettingsType type); |