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

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

Issue 10827102: Delete dead AppsPromo code (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 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 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[];

Powered by Google App Engine
This is Rietveld 408576698