diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index 87e0fde..9a382b0 100644 --- a/content/browser/tab_contents/tab_contents.h +++ b/content/browser/tab_contents/tab_contents.h @@ -59,7 +59,6 @@ class TabContentsDelegate; class TabContentsObserver; class TabContentsSSLHelper; class TabContentsView; -class TabSpecificContentSettings; class URLPattern; struct RendererPreferences; struct ThumbnailScore; @@ -515,10 +514,6 @@ class TabContents : public PageNavigator, virtual void SetBookmarkDragDelegate( RenderViewHostDelegate::BookmarkDrag* bookmark_drag); - // The TabSpecificContentSettings object is used to query the blocked content - // state by various UI elements. - TabSpecificContentSettings* GetTabSpecificContentSettings() const; - // Updates history with the specified navigation. This is called by // OnMsgNavigate to update history state. void UpdateHistoryForNavigation( @@ -864,9 +859,6 @@ class TabContents : public PageNavigator, // Handles drag and drop event forwarding to extensions. BookmarkDrag* bookmark_drag_; - // RenderViewHost::ContentSettingsDelegate. - scoped_ptr<TabSpecificContentSettings> content_settings_delegate_; - // Data for loading state ---------------------------------------------------- // Indicates whether we're currently loading a resource. |