| 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..b895df2a4ab56a7356429dcddccebeba7a5199b7 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 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); | 
|  |