Index: chrome/browser/content_settings/tab_specific_content_settings.h |
=================================================================== |
--- chrome/browser/content_settings/tab_specific_content_settings.h (revision 179367) |
+++ chrome/browser/content_settings/tab_specific_content_settings.h (working copy) |
@@ -191,6 +191,7 @@ |
pending_protocol_handler_ = ProtocolHandler::EmptyProtocolHandler(); |
} |
+ |
// Sets the previous protocol handler which will be replaced by the |
// pending protocol handler. |
void set_previous_protocol_handler(const ProtocolHandler& handler) { |
@@ -277,9 +278,6 @@ |
void OnGeolocationPermissionSet(const GURL& requesting_frame, |
bool allowed); |
- // This method is called when a media stream is accessed. |
- void OnMediaStreamAccessed(); |
- |
// Adds the given |SiteDataObserver|. The |observer| is notified when a |
// locale shared object, like for example a cookie, is accessed. |
void AddSiteDataObserver(SiteDataObserver* observer); |