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

Unified Diff: chrome/browser/toolbar_model.h

Issue 46055: RSS feed support (part 1), 2nd attempt (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
« no previous file with comments | « chrome/browser/tab_contents/web_contents.cc ('k') | chrome/browser/toolbar_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/toolbar_model.h
===================================================================
--- chrome/browser/toolbar_model.h (revision 11648)
+++ chrome/browser/toolbar_model.h (working copy)
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "skia/include/SkColor.h"
+#include "webkit/glue/feed.h"
class NavigationController;
class NavigationEntry;
@@ -52,6 +53,9 @@
// Default value: NO_ICON.
virtual Icon GetIcon();
+ // Returns an array of available feeds.
+ virtual scoped_refptr<FeedList> GetFeedList();
+
// Sets the text and color of the text displayed in the info bubble that
// appears when the user hovers the mouse over the icon.
// Default value: empty string.
« no previous file with comments | « chrome/browser/tab_contents/web_contents.cc ('k') | chrome/browser/toolbar_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698