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

Unified Diff: trunk/src/extensions/common/constants.cc

Issue 225103004: Revert 261654 "Move some extension constants out of //chrome." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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
« no previous file with comments | « trunk/src/extensions/common/constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/extensions/common/constants.cc
===================================================================
--- trunk/src/extensions/common/constants.cc (revision 261672)
+++ trunk/src/extensions/common/constants.cc (working copy)
@@ -50,28 +50,3 @@
const char kRulesStoreName[] = "Extension Rules";
} // namespace extensions
-
-namespace extension_misc {
-
-const int kExtensionIconSizes[] = {EXTENSION_ICON_GIGANTOR, // 512
- EXTENSION_ICON_EXTRA_LARGE, // 256
- EXTENSION_ICON_LARGE, // 128
- EXTENSION_ICON_MEDIUM, // 48
- EXTENSION_ICON_SMALL, // 32
- EXTENSION_ICON_SMALLISH, // 24
- EXTENSION_ICON_BITTY, // 16
- // Additional 2x resources to load.
- 2 * EXTENSION_ICON_MEDIUM, // 96
- 2 * EXTENSION_ICON_SMALL // 64
-};
-
-const size_t kNumExtensionIconSizes = arraysize(kExtensionIconSizes);
-
-const int kExtensionActionIconSizes[] = {EXTENSION_ICON_ACTION, // 19,
- 2 * EXTENSION_ICON_ACTION // 38
-};
-
-const size_t kNumExtensionActionIconSizes =
- arraysize(kExtensionActionIconSizes);
-
-} // namespace extension_misc
« no previous file with comments | « trunk/src/extensions/common/constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698