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

Unified Diff: chrome/browser/ui/webui/options2/content_settings_handler2.h

Issue 10537099: add "always allow" option to the mediastream infobar and allow user to allow/not allow acces to devi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Check the exceptions before the default setting, sites in the exceptions list can access the device… Created 8 years, 6 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/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);

Powered by Google App Engine
This is Rietveld 408576698