HomeSort by relevance Sort by last modified time
    Searched defs:NotificationPromo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/web_resource/
notification_promo.h 30 class NotificationPromo {
41 NotificationPromo();
42 ~NotificationPromo();
127 DISALLOW_COPY_AND_ASSIGN(NotificationPromo);
notification_promo.cc 88 // TODO(achuith): Move NotificationPromo::PromoServerURL to the blocking pool.
108 NotificationPromo::PromoType promo_type;
113 { NotificationPromo::NO_PROMO, "" },
114 { NotificationPromo::NTP_NOTIFICATION_PROMO, "ntp_notification_promo" },
115 { NotificationPromo::NTP_BUBBLE_PROMO, "ntp_bubble_promo" },
116 { NotificationPromo::MOBILE_NTP_SYNC_PROMO, "mobile_ntp_sync_promo" },
120 const char* PromoTypeToString(NotificationPromo::PromoType promo_type) {
193 NotificationPromo::NotificationPromo()
212 NotificationPromo::~NotificationPromo() {
    [all...]

Completed in 181 milliseconds