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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2363553003: VrShell: implement insecure content warning display (Closed)
Patch Set: Ready for review Created 4 years, 3 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 33b908ea0a55f4aed0a20b5b88c0495af7069b85..93febec747fcd62602f6e6aa45bad3d64296a2d9 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -383,6 +383,12 @@ are declared in build/common.gypi.
<message name="IDS_WEBSITE_SETTINGS_INSECURE_PASSIVE_CONTENT" desc="Text that is displayed in the header of the Website Settings popup if the website uses secure transport but included passive resources (e.g. images) over non-secure transport.">
Your connection to this site is private, but someone on the network might be able to change the look of the page.
</message>
+ <message name="IDS_WEBSITE_SETTINGS_INSECURE_WEBVR_CONTENT_TRANSIENT" desc="Text that is displayed temporarily as a large toast on first entering a WebVR page over non-secure transport. (The IDS_WEBSITE_SETTINGS_INSECURE_WEBVR_CONTENT_PERMANENT message is shown above it and will remain permanently.)">
+ Your connection to this site is not private. To exit VR mode at any time, remove headset and press back.
+ </message>
+ <message name="IDS_WEBSITE_SETTINGS_INSECURE_WEBVR_CONTENT_PERMANENT" desc="Text that is displayed in a small permanent notification on a WebVR page loaded over non-secure transport. (Should be short, does not need to be a complete sentence. The IDS_WEBSITE_SETTINGS_INSECURE_WEBVR_CONTENT_TRANSIENT message will show temporarily below it on first entering the page.)">
+ Not secure
+ </message>
<message name="IDS_WEBSITE_SETTINGS_NUM_COOKIES" desc="The label of the counts for allowed cookies that are in use on the page.">
{NUM_COOKIES, plural, =1 {1 in use} other {# in use}}
</message>
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/DEPS » ('j') | chrome/browser/android/vr_shell/vr_shell_icons.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698