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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1658723007: Prototype handling of Intents in Custom Tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved preference code Created 4 years, 10 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b4be230302cb5c395886d58d22db177bbd1d930a..ef03107593f56dd65d2db040dcf6b86679517af8 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14612,6 +14612,12 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
</if>
<if expr="is_android">
+ <message name="IDS_FLAGS_ENABLE_HERB_PROTOTYPE_NAME" desc="Name for the flag to enable the new UI prototypes for Intent handling." translateable="false">
+ Enable the experimental Intent handling prototype
+ </message>
+ <message name="IDS_FLAGS_ENABLE_HERB_PROTOTYPE_DESCRIPTION" desc="Description for the flag to enable the new UI prototypes for Intent handling." translateable="false">
+ If enabled, Chrome will handle Intents in an Herby manner.
+ </message>
<message name="IDS_FLAGS_TAB_SWITCHER_IN_DOCUMENT_MODE_NAME" desc="Name for the flag to enable tab switcher in document mode.">
Enable tab switcher in document mode.
</message>

Powered by Google App Engine
This is Rietveld 408576698