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

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

Issue 2022313002: UI for the Data Saver InfoBar Promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@infobarPromo
Patch Set: use message layout Created 4 years, 6 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
Index: components/infobars/core/infobar_delegate.h
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
index 2a4e079435a1e9d7ca7208083d9df6de5b34d973..18bd2761e13c903aa043f923105c0b17d16adef6 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -131,6 +131,7 @@ class InfoBarDelegate {
CONFIRM_DANGEROUS_DOWNLOAD = 61,
// Removed: DESKTOP_SEARCH_REDIRECTION_INFOBAR_DELEGATE = 62,
UPDATE_PASSWORD_INFOBAR_DELEGATE = 63,
+ DATA_REDUCTION_PROMO_INFOBAR_DELEGATE_ANDROID = 64,
};
// Describes navigation events, used to decide whether infobars should be

Powered by Google App Engine
This is Rietveld 408576698