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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1956393002: Add a feature flag for enabling transparent doodle request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@transparent-doodle
Patch Set: Created 4 years, 7 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') | chrome/browser/android/chrome_feature_list.cc » ('J')
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 3bee3a4e25c65bb5eb4edcd0e927d28df1ab3737..d585f62809e6a9379456e97819eb348bf31c9f27 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14821,6 +14821,15 @@ 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_NTP_TRANSPARENT_DOODLE_NAME" desc="Name for the flag to enable transparent doodle request." translateable="false">
Marc Treib 2016/05/10 07:58:39 Interesting - some flags specify translateable=fal
atanasova 2016/05/10 08:38:41 I am not sure what the rule for this is, but since
Marc Treib 2016/05/10 08:54:59 Actually now that I think of it, I'm not sure if w
atanasova 2016/05/10 09:12:54 Acknowledged.
+ Request transparent doodle
+ </message>
+ <message name="IDS_FLAGS_ENABLE_NTP_TRANSPARENT_DOODLE_DESCRIPTION" desc="Description for the flag to enable transparent doodle requests." translateable="false">
+ If enabled, the request to get a doodle will include the transparent flag.
+ </message>
+ </if>
+
+ <if expr="is_android">
<message name="IDS_FLAGS_IME_THREAD_NAME" desc="Name for the flag to use IME thread.">
Run IME on its own thread.
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/android/chrome_feature_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698