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..07d7ce7b8eb9b11642b0585e10eb570dc7c02433 100644 |
| --- a/components/infobars/core/infobar_delegate.h |
| +++ b/components/infobars/core/infobar_delegate.h |
| @@ -85,7 +85,7 @@ class InfoBarDelegate { |
| THEME_INSTALLED_INFOBAR_DELEGATE = 15, |
| GEOLOCATION_INFOBAR_DELEGATE_ANDROID = 16, |
| THREE_D_API_INFOBAR_DELEGATE = 17, |
| - INSECURE_CONTENT_INFOBAR_DELEGATE = 18, |
| + // Removed: INSECURE_CONTENT_INFOBAR_DELEGATE = 18, |
| MIDI_PERMISSION_INFOBAR_DELEGATE_ANDROID = 19, |
| PROTECTED_MEDIA_IDENTIFIER_INFOBAR_DELEGATE_ANDROID = 20, |
| NACL_INFOBAR_DELEGATE = 21, |
| @@ -124,9 +124,9 @@ class InfoBarDelegate { |
| NATIVE_APP_OPEN_POLICY_INFOBAR_DELEGATE = 54, |
| RE_SIGN_IN_INFOBAR_DELEGATE = 55, |
| SHOW_PASSKIT_INFOBAR_ERROR_DELEGATE = 56, |
| - READER_MODE_INFOBAR_DELEGATE = 57, |
| + READER_MODE_INFOBAR_DELEGATE = 57, // Used on iOS. |
| SYNC_ERROR_INFOBAR_DELEGATE = 58, |
| - UPGRADE_INFOBAR_DELEGATE = 59, |
| + UPGRADE_INFOBAR_DELEGATE = 59, // Used on iOS. |
|
Evan Stade
2016/07/29 17:10:39
I would have preferred to change the names to ..._
Peter Kasting
2016/07/29 19:10:05
I thought iOS was fully upstreamed? They still ha
gone
2016/07/29 20:00:57
I don't do iOS development and don't know who to a
gone
2016/07/29 20:01:35
(Mainly because I don't know if I even have access
jif-google
2016/08/01 12:08:06
Chrome for iOS eng here.
I realize that it's super
|
| CHROME_WINDOW_ERROR = 60, |
| CONFIRM_DANGEROUS_DOWNLOAD = 61, |
| // Removed: DESKTOP_SEARCH_REDIRECTION_INFOBAR_DELEGATE = 62, |