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

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

Issue 2250223002: Add InfoBar delegate for previews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bengr comments Created 4 years, 4 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 be340b79987f9c2d3c06f3c765b16e03bceefc9a..b5afa28103041577d492d50df87e80fd50792494 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -134,6 +134,7 @@ class InfoBarDelegate {
DATA_REDUCTION_PROMO_INFOBAR_DELEGATE_ANDROID = 64,
AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_DELEGATE_ANDROID = 65,
SUBRESOURCE_FILTER_INFOBAR_DELEGATE_ANDROID = 66,
+ DATA_REDUCTION_PROXY_PREVIEW_INFOBAR_DELEGATE = 67,
gone 2016/08/30 22:54:06 Corresponding histograms.xml change?
megjablon 2016/08/30 23:48:33 Done.
};
// Describes navigation events, used to decide whether infobars should be

Powered by Google App Engine
This is Rietveld 408576698