Index: chrome/browser/ui/webui/options/content_settings_handler.h |
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.h b/chrome/browser/ui/webui/options/content_settings_handler.h |
index 768ff702a69fd28cad905b27e7ff327f04276b14..d338003bcdcb43649ca95c3197686e945d9b9e99 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.h |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.h |
@@ -154,6 +154,9 @@ class ContentSettingsHandler : public OptionsPageUIHandler, |
// Clobbers and rebuilds just the MIDI SysEx exception table. |
void UpdateMIDISysExExceptionsView(); |
+ // Clobbers and rebuilds just the Sensors exception table. |
+ void UpdateSensorsExceptionsView(); |
+ |
// Clobbers and rebuilds all chooser-based exception tables. |
void UpdateAllChooserExceptionsViewsFromModel(); |