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

Unified Diff: chrome/common/extensions/extension_icon_set_unittest.cc

Issue 10843014: Generalize ExtensionIconSet to store icon paths for custom size sets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: .. Created 8 years, 4 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
Index: chrome/common/extensions/extension_icon_set_unittest.cc
diff --git a/chrome/common/extensions/extension_icon_set_unittest.cc b/chrome/common/extensions/extension_icon_set_unittest.cc
index 433e0c86bf6e9b408dbaa13ec15ba19972fc5888..fb5297f3703ef881f0a97e682b5e3f94350aa759 100644
--- a/chrome/common/extensions/extension_icon_set_unittest.cc
+++ b/chrome/common/extensions/extension_icon_set_unittest.cc
@@ -6,6 +6,8 @@
#include "testing/gtest/include/gtest/gtest.h"
+namespace {
+
TEST(ExtensionIconSet, Basic) {
ExtensionIconSet icons;
EXPECT_EQ("", icons.Get(ExtensionIconSet::EXTENSION_ICON_LARGE,
@@ -86,3 +88,5 @@ TEST(ExtensionIconSet, FindSize) {
EXPECT_EQ(ExtensionIconSet::EXTENSION_ICON_INVALID,
icons.GetIconSizeFromPath("foo"));
}
+
+} // namespace

Powered by Google App Engine
This is Rietveld 408576698