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

Unified Diff: chrome/app/generated_resources.grd

Issue 498403002: Add an about:flag for enabling a reader mode toolbar icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 63d4d10a6d7a26a8a4e21709a83881aeb4fc64fa..8d2206d141bdb6f8ba79a026751b3860e8b4bd04 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14446,6 +14446,15 @@ Do you accept?
Disable ignore autocomplete='off' for password forms in the password manager.
</message>
+ <!-- Reader mode experiment flags -->
+ <if expr="is_android">
+ <message name="IDS_FLAGS_READER_MODE_EXPERIMENT_NAME" desc="An about:flags experiment for reading mode UI">
+ Enable Reader Mode Toolbar Icon
+ </message>
+ <message name="IDS_FLAGS_READER_MODE_EXPERIMENT_DESCRIPTION" desc="Describes about:flags experiment options for reading mode UI">
+ Adds a button to the toolbar for viewing a more readable version of the current page.
+ </message>
+ </if>
<!-- Prefetch search results experiment flags -->
<message name="IDS_FLAGS_PREFETCH_SEARCH_RESULTS_NAME" desc="An about::flags experiment title to prefetch search results">
Prefetch search results
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698