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

Unified Diff: chrome/app/generated_resources.grd

Issue 2378623007: [Material] Update Material Security Verbose Decoration Flag (Closed)
Patch Set: Comment nit 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index fe77fe21bcdd9956ad5431c39bdb9d71e8db39a5..9d3379d33637d0d589c54252e18b5e279bf9793f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6921,26 +6921,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') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698