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

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 159202: add mole info to toolstrip definition and enable moles (Closed)
Patch Set: ready for review Created 11 years, 5 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
Index: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index 28aeecba175fb8cf3a30a5eab3b1d0356adeef42..0bac6dd70b073b72d3e6066c84e1b86f8caebcc3 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -30,6 +30,8 @@ namespace extension_manifest_keys {
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;

Powered by Google App Engine
This is Rietveld 408576698