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

Unified Diff: chrome/app/generated_resources.grd

Issue 2740633002: [Autofill] Add upstreaming UKM (Closed)
Patch Set: Addressed comments + feature flag Created 3 years, 9 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 70d32476b0d63285b1f2f62b25347fd209e8a748..9a6a3f8bee356ed552802466d505225c85cf713b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14936,6 +14936,14 @@ read aloud to screenreader users to announce that a completion is available.">
Enable receiving entity suggestions in Omnibox.
</message>
</if>
+
+ <!-- String for controling the log of UKMs in Autofill in about:flags. -->
+ <message name="IDS_FLAGS_ENABLE_AUTOFILL_UKM_NAME" desc="Name for the flag to enable the logging of Autofill UKMs">
+ Log Autofill UKMs.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_AUTOFILL_UKM_DESCRIPTION" desc="Description for the flag to enable the logging of Autofill UKMs">
+ Enable log Autofill UKMs.
+ </message>
</messages>
</release>
</grit>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | components/autofill/core/browser/autofill_experiments.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698