| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index 1a9931b99f146892252b076fadce7ddbf33fe987..84bda72f3a5fd58151302b3cd01255e677f2b055 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -124,7 +124,8 @@ class InfoBarDelegate {
|
| SHOW_PASSKIT_INFOBAR_ERROR_DELEGATE = 56,
|
| READER_MODE_INFOBAR_DELEGATE = 57,
|
| SYNC_ERROR_INFOBAR_DELEGATE = 58,
|
| - UPGRADE_INFOBAR_DELEGATE = 59
|
| + UPGRADE_INFOBAR_DELEGATE = 59,
|
| + DESKTOP_SEARCH_REDIRECTION_INFOBAR_DELEGATE = 60,
|
| };
|
|
|
| // Describes navigation events, used to decide whether infobars should be
|
|
|