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

Unified Diff: extensions/common/constants.h

Issue 2447553003: More pre-MD odds and ends. (Closed)
Patch Set: make test work Created 4 years, 1 month 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 4e1ef6a974a8733d9034ea4e4bb4f5c30704759d..b6b1bca29a90295e28e38fb4d68f1cceff68543f 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -188,8 +188,6 @@ const int kUnknownWindowId = -1;
// Matches chrome.windows.WINDOW_ID_CURRENT.
const int kCurrentWindowId = -2;
-// NOTE: If you change this list, you should also change kExtensionIconSizes
-// in cc file.
enum ExtensionIcons {
EXTENSION_ICON_GIGANTOR = 512,
EXTENSION_ICON_EXTRA_LARGE = 256,
@@ -197,7 +195,6 @@ enum ExtensionIcons {
EXTENSION_ICON_MEDIUM = 48,
EXTENSION_ICON_SMALL = 32,
EXTENSION_ICON_SMALLISH = 24,
- EXTENSION_ICON_ACTION = 19,
Devlin 2016/11/02 00:52:12 I think I'd prefer we keep this, and just update i
Evan Stade 2016/11/02 13:14:05 I think that creates a mismatch between this value
Devlin 2016/11/02 23:16:52 You've convinced me. For some reason in the origi
EXTENSION_ICON_BITTY = 16,
EXTENSION_ICON_INVALID = 0,
};

Powered by Google App Engine
This is Rietveld 408576698