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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: Created 4 years, 1 month 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 c94f2deac301d379146e5df7590ceaf5ffd4e5b6..280ca5b1f54a8c7f41b3b330d27a3aeb17964514 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -12530,6 +12530,44 @@ Tell us what happened exactly before you got the profile error message:
</if>
+ <!--- Sensor messages -->
+ <message name="IDS_SENSORS_PERMISSION_FRAGMENT" desc="Permission asked in the permission bubble when a URL wants to use Sensors on the page. Preceded by the prompt 'This site would like to:'">
+ Use Sensors (Light)
+ </message>
+ <message name="IDS_SENSORS_ALLOW_BUTTON" desc="A button in Sensors access infobar for allowing full access to Sensors devices for a given domain.">
+ Allow
+ </message>
+ <message name="IDS_SENSORS_DENY_BUTTON" desc="A button in Sensors access infobar for denying full access to Sensors devices for a given domain.">
+ Block
+ </message>
+ <message name="IDS_SENSORS_INFOBAR_QUESTION" desc="Question asked on the info bar whenever URL wants to access Sensors (ambient Light).">
+ <ph name="URL">
+ $1<ex>www.google.com</ex>
+ </ph> wants to get full control of your Sensors(Light and motion sensors).
+ </message>
+ <message name="IDS_SENSORS_ALLOWED_TOOLTIP" desc="Location bar icon tooltip text when a page is allowed to use sensors.">
+ This page has full control of Sensors(Light and motion sensors).
+ </message>
+ <message name="IDS_SENSORS_BLOCKED_TOOLTIP" desc="Location bar icon tooltip text when a page is blocked from using sensors.">
+ This page has been blocked from having full control of Sensors(Light and motion sensors).
+ </message>
+ <message name="IDS_SENSORS_BUBBLE_ALLOWED" desc="Title of the Sensors bubble where sensors
+ are allowed.">
+ This site has full control of Sensors.
+ </message>
+ <message name="IDS_SENSORS_BUBBLE_DENIED" desc="Title of the Sensors bubble where sensors are blocked.">
+ This site has been blocked from having full control of Sensors.
+ </message>
+ <message name="IDS_SENSORS_BUBBLE_REQUIRE_RELOAD_TO_CLEAR" desc="Hint text for the Sensors bubble informing user they must reload the page for the Clear settings command to take effect.">
+ Settings will be cleared on next reload.
+ </message>
+ <message name="IDS_SENSORS_BUBBLE_CLEAR_LINK" desc="Link on the Sensors bubble that resets the list of allowed and blocked sites.">
+ Clear these settings for future visits
+ </message>
+ <message name="IDS_SENSORS_BUBBLE_MANAGE_LINK" desc="Link on the MIDI bubble that opens up the Content Settings management dialog.">
+ Manage Sensors settings...
+ </message>
+
<!-- Geolocation messages -->
<if expr="not is_android">
<message name="IDS_GEOLOCATION_INFOBAR_QUESTION" desc="Question asked on the info bar whenever URL wants to access the user's physical location">

Powered by Google App Engine
This is Rietveld 408576698