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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2858013002: PS - Showing permission prompt for activeTab (Closed)
Patch Set: Update a unittest (.mm) Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 3571 matching lines...) Expand 10 before | Expand all | Expand 10 after
3582 other {Communicate with # USB devices}} 3582 other {Communicate with # USB devices}}
3583 </message> 3583 </message>
3584 3584
3585 <if expr="enable_extensions"> 3585 <if expr="enable_extensions">
3586 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permissio n string for full access to the computer and all websites."> 3586 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permissio n string for full access to the computer and all websites.">
3587 Read and change all your data on your computer and the websites you vi sit 3587 Read and change all your data on your computer and the websites you vi sit
3588 </message> 3588 </message>
3589 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission string for access to data on all websites."> 3589 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission string for access to data on all websites.">
3590 Read and change all your data on the websites you visit 3590 Read and change all your data on the websites you visit
3591 </message> 3591 </message>
3592 <message name="IDS_EXTENSION_PROMPT_WARNING_CURRENT_HOST" desc="Permissi on string for access to data on current website.">
3593 Read and change all your data on the current website
Devlin 2017/05/25 20:52:57 This could be a little misleading. IIUC, we show
Mattias Nissler (ping if slow) 2017/05/26 13:44:47 Would it make sense to say "all information within
Ivan Šandrk 2017/05/26 14:04:22 I think it's not restricted to only this tab. The
3594 </message>
3592 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS_READ_ONLY" desc="P ermission string for read-only access to data on all websites."> 3595 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS_READ_ONLY" desc="P ermission string for read-only access to data on all websites.">
3593 Read all your data on the websites you visit 3596 Read all your data on the websites you visit
3594 </message> 3597 </message>
3595 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_CAPTURE" desc="Permiss ion string for access to audio capture devices."> 3598 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_CAPTURE" desc="Permiss ion string for access to audio capture devices.">
3596 Use your microphone 3599 Use your microphone
3597 </message> 3600 </message>
3598 <message name="IDS_EXTENSION_PROMPT_WARNING_VIDEO_CAPTURE" desc="Permiss ion string for access to video capture devices."> 3601 <message name="IDS_EXTENSION_PROMPT_WARNING_VIDEO_CAPTURE" desc="Permiss ion string for access to video capture devices.">
3599 Use your camera 3602 Use your camera
3600 </message> 3603 </message>
3601 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_AND_VIDEO_CAPTURE" des c="Permission string for access to both audio and video capture devices."> 3604 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_AND_VIDEO_CAPTURE" des c="Permission string for access to both audio and video capture devices.">
(...skipping 8692 matching lines...) Expand 10 before | Expand all | Expand 10 after
12294 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java"> 12297 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java">
12295 Accessing audio and video input 12298 Accessing audio and video input
12296 </message> 12299 </message>
12297 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> 12300 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress.">
12298 Sharing screen 12301 Sharing screen
12299 </message> 12302 </message>
12300 </if> 12303 </if>
12301 </messages> 12304 </messages>
12302 </release> 12305 </release>
12303 </grit> 12306 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698