Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: components/infobars/core/infobar_delegate.h

Issue 2197713002: Comment out an identifier for for an obsolete infobar, and notate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698