Index: chrome/common/extensions/extension_constants.h |
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
index 74979045b5d1cc29e1cfb1a5397d6b4a2ad9b2df..6c83f03e6c0e74ef8d7e1e6c38e744b46d56f2ac 100644 |
--- a/chrome/common/extensions/extension_constants.h |
+++ b/chrome/common/extensions/extension_constants.h |
@@ -135,19 +135,6 @@ namespace extension_misc { |
LAUNCH_NONE |
}; |
- // The name of the apps promo histogram. |
- extern const char kAppsPromoHistogram[]; |
- |
- // The buckets used in the apps promo histogram. |
- enum AppsPromoBuckets { |
- PROMO_LAUNCH_APP, |
- PROMO_LAUNCH_WEB_STORE, |
- PROMO_CLOSE, |
- PROMO_EXPIRE, |
- PROMO_SEEN, |
- PROMO_BUCKET_BOUNDARY |
- }; |
- |
// The name of the app launch histogram. |
extern const char kAppLaunchHistogram[]; |