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

Unified Diff: chrome/app/generated_resources.grd

Issue 2378623007: [Material] Update Material Security Verbose Decoration Flag (Closed)
Patch Set: fixed an animation error on cocoa 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..24794358528823d021e839091076311a2ba85540 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6921,25 +6921,28 @@ 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_VERBOSE_DECORATION_NAME" desc="Title of the flag to set the animation and visibility of the security verbose decoration in the omnibox. The decoration is only available in Material Design.">
+ Security Verbose Decoration
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_DESCRIPTION" desc="Description of the 'Material Security Verbose' in the Omnibox">
+ <message name="IDS_FLAGS_SECURITY_VERBOSE_DECORATION_DESCRIPTION" desc="Description of the 'Security Verbose Decoration' in the Omnibox">
Sets the animation and visibility of the security verbose in Material Design.
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_DEFAULT">
+ <message name="IDS_FLAGS_SECURITY_VERBOSE_DECORATION_DEFAULT">
Default
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_SHOW_ALL_ANIMATED">
+ <message name="IDS_FLAGS_SECURITY_VERBOSE_DECORATION_SHOW_ALL_ANIMATED">
Show all, animated
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_SHOW_ALL_NONANIMATED">
+ <message name="IDS_FLAGS_SECURITY_VERBOSE_DECORATION_SHOW_ALL_NONANIMATED">
Show all, non-animated
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_SHOW_NONSECURE_ANIMATED">
+ <message name="IDS_FLAGS_SECURITY_VERBOSE_DECORATION_SHOW_ALL_WITH_ONLY_NONSECURE_ANIMATED">
+ Show all, only animate non-secure
+ </message>
+ <message name="IDS_FLAGS_SECURITY_VERBOSE_DECORATION_SHOW_NONSECURE_ANIMATED">
Show only non-secure, animated
</message>
- <message name="IDS_FLAGS_MATERIAL_SECURITY_VERBOSE_SHOW_NONSECURE_NONANIMATED">
+ <message name="IDS_FLAGS_SECURITY_VERBOSE_DECORATION_SHOW_NONSECURE_NONANIMATED">
Show only non-secure, non-animated
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/ui/views/location_bar/location_bar_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698