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

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, 4 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[];
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698