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..70be87ac9b37bd251bee53558d0b359b2b1d7ee1 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, |
gone
2016/08/22 17:16:50
_ANDROID because this thing is Android-only.
|
+ INSTANT_APPS_INFOBAR_DELEGATE = 67, |
}; |
// Describes navigation events, used to decide whether infobars should be |