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

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

Issue 2000433002: Remove unused DataReductionProxyInfoBar and related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: obsolete enum value Created 4 years, 7 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 | « chrome/chrome_browser_ui.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 00b01755a9606f5cbe2ef1fadb6a0c116c3a8fc8..190aba06fe19f931cb52193d70a80031b3282060 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -89,7 +89,7 @@ class InfoBarDelegate {
MIDI_PERMISSION_INFOBAR_DELEGATE_ANDROID = 19,
PROTECTED_MEDIA_IDENTIFIER_INFOBAR_DELEGATE_ANDROID = 20,
NACL_INFOBAR_DELEGATE = 21,
- DATA_REDUCTION_PROXY_INFOBAR_DELEGATE_ANDROID = 22,
+ // Removed: DATA_REDUCTION_PROXY_INFOBAR_DELEGATE_ANDROID = 22,
NOTIFICATION_PERMISSION_INFOBAR_DELEGATE = 23,
AUTO_SIGNIN_FIRST_RUN_INFOBAR_DELEGATE = 24,
GENERATED_PASSWORD_SAVED_INFOBAR_DELEGATE_ANDROID = 25,
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698