Chromium Code Reviews| Index: components/infobars/core/infobar_delegate.h | 
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h | 
| index 16d546f926f00a2940be7d3bfed9792bb96ef50f..84f7f04f0cd30b303032a8b3284815fac4fc4bd5 100644 | 
| --- a/components/infobars/core/infobar_delegate.h | 
| +++ b/components/infobars/core/infobar_delegate.h | 
| @@ -132,6 +132,7 @@ class InfoBarDelegate { | 
| // Removed: DESKTOP_SEARCH_REDIRECTION_INFOBAR_DELEGATE = 62, | 
| UPDATE_PASSWORD_INFOBAR_DELEGATE = 63, | 
| DATA_REDUCTION_PROMO_INFOBAR_DELEGATE_ANDROID = 64, | 
| + AUTOFILL_CC_ASSIST_INFOBAR_DELEGATE = 65, | 
| 
 
Peter Kasting
2016/07/29 21:26:34
Is this used only on Android?  If so, suffix with
 
Mathieu
2016/08/01 22:16:57
Done.
 
 | 
| }; | 
| // Describes navigation events, used to decide whether infobars should be |