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

Unified Diff: ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py

Issue 383523004: [NaCl SDK] docs: Remove references to obsolete debugging env vars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo middleware change Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/doc/faq.rst ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py
diff --git a/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py b/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py
index 36b8c2ab2bccdcb51aad8a305bb88fdbd9886989..1abbb4479d891c014823f896fbd45518f98548a8 100755
--- a/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py
+++ b/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py
@@ -78,9 +78,7 @@ def MakeEnv(options):
# Enable PPAPI Dev interfaces for testing.
env['NACL_ENABLE_PPAPI_DEV'] = str(options.enable_ppapi_dev)
if options.debug:
- env['PPAPI_BROWSER_DEBUG'] = '1'
env['NACL_PLUGIN_DEBUG'] = '1'
- env['NACL_PPAPI_PROXY_DEBUG'] = '1'
# env['NACL_SRPC_DEBUG'] = '1'
return env
« no previous file with comments | « native_client_sdk/src/doc/faq.rst ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698