| Index: chrome/common/extensions/extension_constants.cc
|
| diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
|
| index 373e913c802201f77ff340f3fa7f070873f92410..7965746528525ac07fddf971330d405e426c0f26 100644
|
| --- a/chrome/common/extensions/extension_constants.cc
|
| +++ b/chrome/common/extensions/extension_constants.cc
|
| @@ -29,6 +29,8 @@ const wchar_t* kThemeImages = L"images";
|
| const wchar_t* kThemeColors = L"colors";
|
| const wchar_t* kThemeTints = L"tints";
|
| const wchar_t* kThemeDisplayProperties = L"properties";
|
| +const wchar_t* kToolstripMoleHeight = L"mole_height";
|
| +const wchar_t* kToolstripMolePath = L"mole";
|
| const wchar_t* kToolstripPath = L"path";
|
| const wchar_t* kToolstrips = L"toolstrips";
|
| const wchar_t* kType = L"type";
|
|
|