| Index: chrome/browser/toolbar_model.h
|
| ===================================================================
|
| --- chrome/browser/toolbar_model.h (revision 11592)
|
| +++ 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.
|
|
|