Index: chrome/browser/web_resource/promo_resource_service.cc |
=================================================================== |
--- chrome/browser/web_resource/promo_resource_service.cc (revision 112697) |
+++ chrome/browser/web_resource/promo_resource_service.cc (working copy) |
@@ -220,7 +220,7 @@ |
const DictionaryValue& parsed_json) { |
scoped_refptr<NotificationPromo> notification_promo = |
NotificationPromo::Create(profile_, this); |
- notification_promo->InitFromJson(parsed_json, false); |
+ notification_promo->InitFromJson(parsed_json, true); |
} |
bool PromoResourceService::CanShowNotificationPromo(Profile* profile) { |