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

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

Issue 2858013002: PS - Showing permission prompt for activeTab (Closed)
Patch Set: Added permission message for activeTab; partial tests 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 3565 matching lines...) Expand 10 before | Expand all | Expand 10 after
3576 other {Communicate with # USB devices}} 3576 other {Communicate with # USB devices}}
3577 </message> 3577 </message>
3578 3578
3579 <if expr="enable_extensions"> 3579 <if expr="enable_extensions">
3580 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permissio n string for full access to the computer and all websites."> 3580 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permissio n string for full access to the computer and all websites.">
3581 Read and change all your data on your computer and the websites you vi sit 3581 Read and change all your data on your computer and the websites you vi sit
3582 </message> 3582 </message>
3583 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission string for access to data on all websites."> 3583 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission string for access to data on all websites.">
3584 Read and change all your data on the websites you visit 3584 Read and change all your data on the websites you visit
3585 </message> 3585 </message>
3586 <message name="IDS_EXTENSION_PROMPT_WARNING_CURRENT_HOST" desc="Permissi on string for access to data on current website.">
3587 Read and change all your data on the current website
3588 </message>
3586 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS_READ_ONLY" desc="P ermission string for read-only access to data on all websites."> 3589 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS_READ_ONLY" desc="P ermission string for read-only access to data on all websites.">
3587 Read all your data on the websites you visit 3590 Read all your data on the websites you visit
3588 </message> 3591 </message>
3589 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_CAPTURE" desc="Permiss ion string for access to audio capture devices."> 3592 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_CAPTURE" desc="Permiss ion string for access to audio capture devices.">
3590 Use your microphone 3593 Use your microphone
3591 </message> 3594 </message>
3592 <message name="IDS_EXTENSION_PROMPT_WARNING_VIDEO_CAPTURE" desc="Permiss ion string for access to video capture devices."> 3595 <message name="IDS_EXTENSION_PROMPT_WARNING_VIDEO_CAPTURE" desc="Permiss ion string for access to video capture devices.">
3593 Use your camera 3596 Use your camera
3594 </message> 3597 </message>
3595 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_AND_VIDEO_CAPTURE" des c="Permission string for access to both audio and video capture devices."> 3598 <message name="IDS_EXTENSION_PROMPT_WARNING_AUDIO_AND_VIDEO_CAPTURE" des c="Permission string for access to both audio and video capture devices.">
(...skipping 8624 matching lines...) Expand 10 before | Expand all | Expand 10 after
12220 Your downloads appear here 12223 Your downloads appear here
12221 </message> 12224 </message>
12222 12225
12223 <!-- Automation info bar --> 12226 <!-- Automation info bar -->
12224 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12227 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12225 Chrome is being controlled by automated test software. 12228 Chrome is being controlled by automated test software.
12226 </message> 12229 </message>
12227 </messages> 12230 </messages>
12228 </release> 12231 </release>
12229 </grit> 12232 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | chrome/browser/extensions/extension_install_prompt.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698