| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index 024e2f287110619b161590be4437cf85c2d0cff4..dae13684511b683ae70b34ddcd960fed24c26f44 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -73,7 +73,7 @@ class InfoBarDelegate {
|
| ANDROID_DOWNLOAD_MANAGER_OVERWRITE_INFOBAR_DELEGATE = 3,
|
| CHROME_DOWNLOAD_MANAGER_OVERWRITE_INFOBAR_DELEGATE = 4,
|
| DOWNLOAD_REQUEST_INFOBAR_DELEGATE_ANDROID = 5,
|
| - FULLSCREEN_INFOBAR_DELEGATE = 6,
|
| + // Removed: FULLSCREEN_INFOBAR_DELEGATE = 6,
|
| HUNG_PLUGIN_INFOBAR_DELEGATE = 7,
|
| HUNG_RENDERER_INFOBAR_DELEGATE = 8,
|
| MEDIA_STREAM_INFOBAR_DELEGATE_ANDROID = 9,
|
|
|