Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: chrome/browser/ui/webui/options/content_settings_handler.h

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: rebase + blink reformat Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698