[Android] Expose method for UI to force composites
[chromium-blink-merge.git] / apps / metrics_names.h
blob138489dd30ce8e05f5515e1313ab7a7792a8ef2e
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef APPS_METRICS_NAMES_H_
6 #define APPS_METRICS_NAMES_H_
8 namespace apps {
10 // Histogram metrics individual values.
11 enum AppLauncherPromoHistogramValues {
12 APP_LAUNCHER_PROMO_ALREADY_INSTALLED,
13 APP_LAUNCHER_PROMO_SHOWN,
14 APP_LAUNCHER_PROMO_DISMISSED,
15 APP_LAUNCHER_PROMO_LEARN_MORE,
16 APP_LAUNCHER_PROMO_MAX
19 } // namespace apps
21 #endif // APPS_METRICS_NAMES_H_