| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 04acf159d5fcf0346e3060f3a1e20b4683f5d54f..bec8414e850b2d8ec8a3e214181a8f67bb04aa12 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -133,19 +133,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[];
|
|
|
|
|