| Index: chrome/common/extensions/extension_icon_set.h
|
| diff --git a/chrome/common/extensions/extension_icon_set.h b/chrome/common/extensions/extension_icon_set.h
|
| index 7fa20a995ec3ea9f12222dc08998fecc210a1893..8ad8277f60dd1a4296c4e8035ccef37cfac9ff22 100644
|
| --- a/chrome/common/extensions/extension_icon_set.h
|
| +++ b/chrome/common/extensions/extension_icon_set.h
|
| @@ -44,6 +44,10 @@ class ExtensionIconSet {
|
| // Returns icon size if the set contains the specified path or 0 if not found.
|
| int GetIconSizeFromPath(const std::string& path) const;
|
|
|
| + // Populates |destination| with all icon paths contained in the set.
|
| + // Previous content of |*destination| will be cleared.
|
| + void CopyForTest(ExtensionIconSet* destination) const;
|
| +
|
| private:
|
| IconMap map_;
|
| };
|
|
|