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

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

Issue 2950203002: Add new permission string for extensions that override new tab pages. (Closed)
Patch Set: Devlin's last feedback. Created 3 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_loading_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3846 matching lines...) Expand 10 before | Expand all | Expand 10 after
3857 </message> 3857 </message>
3858 <message name="IDS_EXTENSION_PROMPT_WARNING_PASSWORDS_PRIVATE" desc="Per mission string for access to passwords settings."> 3858 <message name="IDS_EXTENSION_PROMPT_WARNING_PASSWORDS_PRIVATE" desc="Per mission string for access to passwords settings.">
3859 Read and change saved password settings 3859 Read and change saved password settings
3860 </message> 3860 </message>
3861 <message name="IDS_EXTENSION_PROMPT_WARNING_USERS_PRIVATE" desc="Permiss ion string for access to user accounts."> 3861 <message name="IDS_EXTENSION_PROMPT_WARNING_USERS_PRIVATE" desc="Permiss ion string for access to user accounts.">
3862 Read and change whitelisted users 3862 Read and change whitelisted users
3863 </message> 3863 </message>
3864 <message name="IDS_EXTENSION_PROMPT_WARNING_DISPLAY_SOURCE" desc="Permis sion string for access to Display Source API."> 3864 <message name="IDS_EXTENSION_PROMPT_WARNING_DISPLAY_SOURCE" desc="Permis sion string for access to Display Source API.">
3865 Send audio and video to displays on the local network 3865 Send audio and video to displays on the local network
3866 </message> 3866 </message>
3867 <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_TAB_PAGE_OVERRIDE" desc= "Permission string for extensions that override the new tab page.">
3868 Replace the page you see when opening a new tab
3869 </message>
3867 </if> 3870 </if>
3868 3871
3869 <!-- Extension/App error messages --> 3872 <!-- Extension/App error messages -->
3870 <message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning display ed in pack dialog when the absolute path to the extension directory can not be f ound."> 3873 <message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning display ed in pack dialog when the absolute path to the extension directory can not be f ound.">
3871 Can't find the absolute path to the directory to pack. 3874 Can't find the absolute path to the directory to pack.
3872 </message> 3875 </message>
3873 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> 3876 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist.">
3874 Input directory must exist. 3877 Input directory must exist.
3875 </message> 3878 </message>
3876 <message name="IDS_EXTENSION_DISALLOW_NON_DOWNLOADED_GALLERY_INSTALLS" des c="Error displayed when an app or extension that has an update URL used by the g allery is installed when not directly downloaded from the gallery."> 3879 <message name="IDS_EXTENSION_DISALLOW_NON_DOWNLOADED_GALLERY_INSTALLS" des c="Error displayed when an app or extension that has an update URL used by the g allery is installed when not directly downloaded from the gallery.">
(...skipping 8489 matching lines...) Expand 10 before | Expand all | Expand 10 after
12366 12369
12367 <!-- VR specific strings --> 12370 <!-- VR specific strings -->
12368 <if expr="enable_vr"> 12371 <if expr="enable_vr">
12369 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient bubble to tell users how to return from cinema mode (where the page displayed in a cinema like environment) or presentation mode (where the WebVR page occupies the entire screen) to normal mode."> 12372 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient bubble to tell users how to return from cinema mode (where the page displayed in a cinema like environment) or presentation mode (where the WebVR page occupies the entire screen) to normal mode.">
12370 Press App button to exit 12373 Press App button to exit
12371 </message> 12374 </message>
12372 </if> 12375 </if>
12373 </messages> 12376 </messages>
12374 </release> 12377 </release>
12375 </grit> 12378 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_loading_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698