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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 176813010: Avoid blocking the PNaCl translator processes when chrome NaCl GDB flag is on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 6 years, 9 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:
Download patch
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 39a62feb90e9f5bd6f8f4dacd6c49f3e8ec6c238..6117a96ac301f1fcba54a895adb5113ad4163a17 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5592,11 +5592,14 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_NACL_DEBUG_MASK_DESCRIPTION" desc="Description of the 'Restrict NaCl GDB debugging' lab.">
Restricts Native Client application GDB-based debugging by URL of manifest file. Native Client GDB-based debugging must be enabled for this option to work.
</message>
- <message name="IDS_NACL_DEBUG_MASK_CHOICE_INCLUDE_DEBUG">
- Debug only if manifest URL ends with debug.nmf
+ <message name="IDS_NACL_DEBUG_MASK_CHOICE_DEBUG_ALL">
+ Debug everything.
+ </message>
+ <message name="IDS_NACL_DEBUG_MASK_CHOICE_EXCLUDE_UTILS_PNACL">
+ Debug everything except secure shell and the PNaCl translator.
</message>
- <message name="IDS_NACL_DEBUG_MASK_CHOICE_EXCLUDE_UTILS">
- Debug everything except secure shell
+ <message name="IDS_NACL_DEBUG_MASK_CHOICE_INCLUDE_DEBUG">
+ Debug only if manifest URL ends with debug.nmf.
</message>
<message name="IDS_FLAGS_DISABLE_PNACL_NAME" desc="Name of the 'Disable Portable Native Client' lab.">
Disable Portable Native Client.
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698