summaryrefslogtreecommitdiffstats
path: root/chrome/browser/toolbar_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/toolbar_model.h')
-rw-r--r--chrome/browser/toolbar_model.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/toolbar_model.h b/chrome/browser/toolbar_model.h
index daf3cea..3a6dff7 100644
--- a/chrome/browser/toolbar_model.h
+++ b/chrome/browser/toolbar_model.h
@@ -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 @@ class ToolbarModel {
// 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.