| Index: extensions/common/constants.h
|
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h
|
| index 7af8701b79d27ab198ea18cca7cf50aef752eb9c..802289634ba6c080ca728c2603b4ad1cf091b80e 100644
|
| --- a/extensions/common/constants.h
|
| +++ b/extensions/common/constants.h
|
| @@ -194,20 +194,6 @@ enum ExtensionIcons {
|
| extern const int kExtensionIconSizes[];
|
| extern const size_t kNumExtensionIconSizes;
|
|
|
| -struct IconRepresentationInfo {
|
| - // Size in pixels.
|
| - const int size;
|
| - // Size as a string that will be used to retrieve representation value from
|
| - // ExtensionAction SetIcon function arguments.
|
| - const char* const size_string;
|
| - // Scale factor for which the representation should be used.
|
| - const ui::ScaleFactor scale;
|
| -};
|
| -
|
| -// The icon representations for extension actions.
|
| -extern const IconRepresentationInfo kExtensionActionIconSizes[];
|
| -const size_t kNumExtensionActionIconSizes = 2u;
|
| -
|
| // The extension id of the PDF extension.
|
| extern const char kPdfExtensionId[];
|
|
|
|
|