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

Side by Side Diff: content/public/common/content_switches.cc

Issue 8775063: Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSocket_Private/PPB_UDP... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/public/common/content_switches.h" 5 #include "content/public/common/content_switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 // By default, file:// URIs cannot read other file:// URIs. This is an 9 // By default, file:// URIs cannot read other file:// URIs. This is an
10 // override for developers who need the old behavior for testing. 10 // override for developers who need the old behavior for testing.
11 const char kAllowFileAccessFromFiles[] = "allow-file-access-from-files"; 11 const char kAllowFileAccessFromFiles[] = "allow-file-access-from-files";
12 12
13 // Specifies comma-separated list of extension ids to grant access to TCP/UDP
14 // socket APIs.
15 const char kAllowNaClSocketAPI[] = "allow-nacl-socket-api";
16
17 // Allows debugging of sandboxed processes (see zygote_main_linux.cc). 13 // Allows debugging of sandboxed processes (see zygote_main_linux.cc).
18 const char kAllowSandboxDebugging[] = "allow-sandbox-debugging"; 14 const char kAllowSandboxDebugging[] = "allow-sandbox-debugging";
19 15
20 // Enumerates and prints a child process' most dangerous handles when it 16 // Enumerates and prints a child process' most dangerous handles when it
21 // is terminated. 17 // is terminated.
22 const char kAuditHandles[] = "enable-handle-auditing"; 18 const char kAuditHandles[] = "enable-handle-auditing";
23 19
24 // The same as kAuditHandles except all handles are enumerated. 20 // The same as kAuditHandles except all handles are enumerated.
25 const char kAuditAllHandles[] = "enable-handle-auditing-all"; 21 const char kAuditAllHandles[] = "enable-handle-auditing-all";
26 22
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 // instead of NSS for SSL. 546 // instead of NSS for SSL.
551 const char kUseSystemSSL[] = "use-system-ssl"; 547 const char kUseSystemSSL[] = "use-system-ssl";
552 #endif 548 #endif
553 549
554 #if !defined(OFFICIAL_BUILD) 550 #if !defined(OFFICIAL_BUILD)
555 // Causes the renderer process to throw an assertion on launch. 551 // Causes the renderer process to throw an assertion on launch.
556 const char kRendererCheckFalseTest[] = "renderer-check-false-test"; 552 const char kRendererCheckFalseTest[] = "renderer-check-false-test";
557 #endif 553 #endif
558 554
559 } // namespace switches 555 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/pepper_plugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698