| Index: ios/chrome/browser/notification_promo.h
|
| diff --git a/ios/chrome/browser/notification_promo.h b/ios/chrome/browser/notification_promo.h
|
| index 4431974e1cc60b95707844f20e09c4ebb01b1512..b790041db95f26a521d4b28b9995d40751e069a8 100644
|
| --- a/ios/chrome/browser/notification_promo.h
|
| +++ b/ios/chrome/browser/notification_promo.h
|
| @@ -57,9 +57,8 @@ class NotificationPromo {
|
|
|
| // Mark the promo as closed when the user dismisses it.
|
| void HandleClosed();
|
| - // Mark the promo has having been viewed. This returns true if views
|
| - // exceeds the maximum allowed.
|
| - bool HandleViewed();
|
| + // Mark the promo has having been viewed.
|
| + void HandleViewed();
|
|
|
| const std::string& promo_text() const { return promo_text_; }
|
| PromoType promo_type() const { return promo_type_; }
|
|
|