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..ced38d3371df534b78012c299dee1f9fc5804c17 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, |
+ INSTANT_APPS_INFOBAR_DELEGATE_ANDROID = 67, |
}; |
// Describes navigation events, used to decide whether infobars should be |