| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index be340b79987f9c2d3c06f3c765b16e03bceefc9a..b5afa28103041577d492d50df87e80fd50792494 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -134,6 +134,7 @@ class InfoBarDelegate {
|
| DATA_REDUCTION_PROMO_INFOBAR_DELEGATE_ANDROID = 64,
|
| AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_DELEGATE_ANDROID = 65,
|
| SUBRESOURCE_FILTER_INFOBAR_DELEGATE_ANDROID = 66,
|
| + DATA_REDUCTION_PROXY_PREVIEW_INFOBAR_DELEGATE = 67,
|
| };
|
|
|
| // Describes navigation events, used to decide whether infobars should be
|
|
|