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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: rebase + blink reformat Created 3 years, 8 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 489b53f7cb886b8e5c6f74bb6453977620ee450f..3a0c1fe485a777df62ab93513e10c3a7af08a18c 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -709,6 +709,10 @@ Your Google account may have other forms of browsing history like searches and a
<message name="IDS_MIDI_SYSEX_PERMISSION_TITLE" desc="Title of the permission that allows a website to get full control of MIDI devices [CHAR-LIMIT=32]">
Allow full control of MIDI devices
</message>
+ <!-- TODO(riju): Fix it -->
+ <message name="IDS_SENSORS_PERMISSION_TITLE" desc="Title of the permission that allows a website to get full control of sensors [CHAR-LIMIT=32]">
+ Allow full control of Sensors
+ </message>
<message name="IDS_BACKGROUND_SYNC_PERMISSION_TITLE" desc="Title of the permission that allows websites to queue an operation for the next time the device is online[CHAR-LIMIT=32]">
Background sync
</message>

Powered by Google App Engine
This is Rietveld 408576698