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

Unified Diff: extensions/common/constants.h

Issue 1504453002: Allow arbitrary sizes for extension icons (and bookmark app icons) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test updated Created 5 years 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: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index 802289634ba6c080ca728c2603b4ad1cf091b80e..a59d33725ff044acaae4690097dd95f7afcdef23 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -190,10 +190,6 @@ enum ExtensionIcons {
EXTENSION_ICON_INVALID = 0,
};
-// List of sizes for extension icons that can be defined in the manifest.
-extern const int kExtensionIconSizes[];
-extern const size_t kNumExtensionIconSizes;
-
// The extension id of the PDF extension.
extern const char kPdfExtensionId[];
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/init_valid_icon_size.json ('k') | extensions/common/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698