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

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

Issue 8205001: (Owner approval for) Delay network requests on startup if any webRequest ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | Annotate | Revision Log
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 3749 matching lines...) Expand 10 before | Expand all | Expand 10 after
3760 </message> 3760 </message>
3761 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs."> 3761 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs.">
3762 Your tabs and browsing activity 3762 Your tabs and browsing activity
3763 </message> 3763 </message>
3764 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger."> 3764 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger.">
3765 Your data on all websites 3765 Your data on all websites
3766 </message> 3766 </message>
3767 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> 3767 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard.">
3768 Data you copy and paste 3768 Data you copy and paste
3769 </message> 3769 </message>
3770 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to clipboard."> 3770 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech.">
3771 Any text spoken using synthesized speech 3771 Any text spoken using synthesized speech
3772 </message> 3772 </message>
3773 3773
3774 <!-- Extension/App error messages --> 3774 <!-- Extension/App error messages -->
3775 <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."> 3775 <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.">
3776 Can't find the absolute path to the directory to pack. 3776 Can't find the absolute path to the directory to pack.
3777 </message> 3777 </message>
3778 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> 3778 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist.">
3779 Input directory must exist. 3779 Input directory must exist.
3780 </message> 3780 </message>
(...skipping 10193 matching lines...) Expand 10 before | Expand all | Expand 10 after
13974 </messages> 13974 </messages>
13975 <structures fallback_to_english="true"> 13975 <structures fallback_to_english="true">
13976 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13976 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13977 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13977 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13978 </structure> 13978 </structure>
13979 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13979 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13980 </structure> 13980 </structure>
13981 </structures> 13981 </structures>
13982 </release> 13982 </release>
13983 </grit> 13983 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/extensions/extension_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698