| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index a33cf618e79242dc4240e676537e112ff72417e7..326b316075a03abc55c7cf09d467f2be7afd22f2 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -129,6 +129,7 @@ class InfoBarDelegate {
|
| UPGRADE_INFOBAR_DELEGATE = 59,
|
| CHROME_WINDOW_ERROR = 60,
|
| CONFIRM_DANGEROUS_DOWNLOAD = 61,
|
| + DESKTOP_SEARCH_REDIRECTION_INFOBAR_DELEGATE = 62,
|
| };
|
|
|
| // Describes navigation events, used to decide whether infobars should be
|
|
|