commit | bbc94554729407f821d4a60828c5758a112f042a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sun Jul 26 00:11:42 2009 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sun Jul 26 00:11:42 2009 |
tree | fa92103aa16e6ff04e90206c6ac99710c3c2d7ca | |
parent | 4289d9b66a1453aad1115f6ede0007faab22d6d4 [diff] [blame] |
add mole info to toolstrip definition and enable moles Review URL: http://codereview.chromium.org/159202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21621 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h index 28aeecb..0bac6dd70 100644 --- a/chrome/common/extensions/extension_constants.h +++ b/chrome/common/extensions/extension_constants.h
@@ -30,6 +30,8 @@ extern const wchar_t* kThemeColors; extern const wchar_t* kThemeTints; extern const wchar_t* kThemeDisplayProperties; + extern const wchar_t* kToolstripMoleHeight; + extern const wchar_t* kToolstripMolePath; extern const wchar_t* kToolstripPath; extern const wchar_t* kToolstrips; extern const wchar_t* kType;