Index: components/infobars/core/infobar_delegate.h |
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h |
index dae13684511b683ae70b34ddcd960fed24c26f44..16d546f926f00a2940be7d3bfed9792bb96ef50f 100644 |
--- a/components/infobars/core/infobar_delegate.h |
+++ b/components/infobars/core/infobar_delegate.h |
@@ -131,6 +131,7 @@ class InfoBarDelegate { |
CONFIRM_DANGEROUS_DOWNLOAD = 61, |
// Removed: DESKTOP_SEARCH_REDIRECTION_INFOBAR_DELEGATE = 62, |
UPDATE_PASSWORD_INFOBAR_DELEGATE = 63, |
+ DATA_REDUCTION_PROMO_INFOBAR_DELEGATE_ANDROID = 64, |
}; |
// Describes navigation events, used to decide whether infobars should be |