| Index: chrome/browser/extensions/api/discovery/suggested_links_registry.h
|
| diff --git a/chrome/browser/extensions/api/discovery/suggested_links_registry.h b/chrome/browser/extensions/api/discovery/suggested_links_registry.h
|
| index 228a960692a20b5b60a40b2a0d9e87ef58e1081a..269e593aa3ad079c1d8c35994f7cfa9b28d26b9a 100644
|
| --- a/chrome/browser/extensions/api/discovery/suggested_links_registry.h
|
| +++ b/chrome/browser/extensions/api/discovery/suggested_links_registry.h
|
| @@ -28,6 +28,9 @@ class SuggestedLinksRegistry : public ProfileKeyedService {
|
| void Add(const std::string& extension_id,
|
| scoped_ptr<extensions::SuggestedLink> item);
|
|
|
| + // Returns all the extension ids that have at least one suggestion.
|
| + scoped_ptr<std::vector<std::string> > GetExtensionIds() const;
|
| +
|
| // Returns all the links suggested by |extension_id|.
|
| const SuggestedLinkList* GetAll(const std::string& extension_id) const;
|
|
|
|
|