diff options
Diffstat (limited to 'chrome/browser/tab_contents/navigation_entry.h')
-rw-r--r-- | chrome/browser/tab_contents/navigation_entry.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/tab_contents/navigation_entry.h b/chrome/browser/tab_contents/navigation_entry.h index 48e1750..55ed4f3 100644 --- a/chrome/browser/tab_contents/navigation_entry.h +++ b/chrome/browser/tab_contents/navigation_entry.h @@ -15,7 +15,6 @@ #include "googleurl/src/gurl.h" #include "grit/theme_resources.h" #include "skia/include/SkBitmap.h" -#include "webkit/glue/feed.h" class NavigationController; @@ -324,14 +323,6 @@ class NavigationEntry { // if there is no navigation. bool IsViewSourceMode() const; - // Feed accessor. - void set_feedlist(scoped_refptr<FeedList> feedlist) { - feedlist_ = feedlist; - } - scoped_refptr<FeedList> feedlist() { - return feedlist_; - } - // Tracking stuff ------------------------------------------------------------ // The transition type indicates what the user did to move to this page from @@ -402,7 +393,6 @@ class NavigationEntry { std::string content_state_; int32 page_id_; SSLStatus ssl_; - scoped_refptr<FeedList> feedlist_; PageTransition::Type transition_type_; GURL user_typed_url_; bool has_post_data_; |