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

Unified Diff: chrome/app/generated_resources.grd

Issue 2378623007: [Material] Update Material Security Verbose Decoration Flag (Closed)
Patch Set: removed extra line and fixed histogram.xml Created 4 years, 2 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') | tools/metrics/histograms/histograms.xml » ('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 60b6d7ffd928cdec5ad9cfb6c76bf98092062148..65d1f53935adbb48b290315a4ddbcf4484e4e2bc 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6858,26 +6858,39 @@ Keep your key file in a safe place. You will need it to create new versions of y
Group history by website domain (i.e. google.com) on chrome://history.
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_NAME" desc="Title of the flag to set the animation and visibility of the material security verbose">
- Material Security Verbose
+ <message name="IDS_FLAGS_SECURITY_CHIP_NAME" desc="Title of the flag to set the security chip's visibility in the omnibox.">
+ Security Chip
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_DESCRIPTION" desc="Description of the 'Material Security Verbose' in the Omnibox">
- Sets the animation and visibility of the security verbose in Material Design.
+ <message name="IDS_FLAGS_SECURITY_CHIP_DESCRIPTION" desc="Description of the flag that sets security chip's visibility in the Omnibox">
+ Sets the visibility of the security chip in Material Design.
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_DEFAULT">
+ <message name="IDS_FLAGS_SECURITY_CHIP_DEFAULT">
Default
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_SHOW_ALL_ANIMATED">
- Show all, animated
+ <message name="IDS_FLAGS_SECURITY_CHIP_SHOW_NONSECURE_ONLY">
+ Show non-secure only
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_SHOW_ALL_NONANIMATED">
- Show all, non-animated
+ <message name="IDS_FLAGS_SECURITY_CHIP_SHOW_ALL">
+ Show all
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_SHOW_NONSECURE_ANIMATED">
- Show only non-secure, animated
+
+ <message name="IDS_FLAGS_SECURITY_CHIP_ANIMATION_NAME" desc="Title of the flag to set the security chip's animation in the omnibox.">
+ Security Chip Animation
+ </message>
+ <message name="IDS_FLAGS_SECURITY_CHIP_ANIMATION_DESCRIPTION" desc="Description of the flag that sets security chip's animation in the Omnibox">
+ Sets the visibility of the security chip in Material Design.
+ </message>
+ <message name="IDS_FLAGS_SECURITY_CHIP_ANIMATION_DEFAULT">
+ Default
+ </message>
+ <message name="IDS_FLAGS_SECURITY_CHIP_ANIMATION_NONE">
+ No animation
+ </message>
+ <message name="IDS_FLAGS_SECURITY_CHIP_ANIMATION_NONSECURE_ONLY">
+ Animate non-secure only
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_SHOW_NONSECURE_NONANIMATED">
- Show only non-secure, non-animated
+ <message name="IDS_FLAGS_SECURITY_CHIP_ANIMATION_ALL">
+ Animate all
</message>
<!-- WebRTC logs -->
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698