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

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

Issue 2812753003: 🏠 Reader Mode info bar implementation (Closed)
Patch Set: add missing include Created 3 years, 8 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 d7297aa8f5a7e82d53f4b634682a5a363b35c321..aad8e8dadb0a5544dba22afef8ac37cdd4d0996b 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -146,6 +146,7 @@ class InfoBarDelegate {
SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_DELEGATE = 72,
AUTOMATION_INFOBAR_DELEGATE = 73,
VR_SERVICES_UPGRADE_ANDROID = 74,
+ READER_MODE_INFOBAR_ANDROID = 75,
gone 2017/04/11 17:51:44 histograms.xml needs to be updated.
mdjones 2017/04/11 20:38:57 Done.
};
// Describes navigation events, used to decide whether infobars should be

Powered by Google App Engine
This is Rietveld 408576698