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

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

Issue 54383003: Added an "enable-audio-processor" flag and WebRtcAudioProcessor class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added one comment. Created 7 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
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/common/content_switches.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 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Defines all the "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 extern const char kUtilityProcessAllowedDir[]; 261 extern const char kUtilityProcessAllowedDir[];
262 CONTENT_EXPORT extern const char kUtilityProcessEnableMDns[]; 262 CONTENT_EXPORT extern const char kUtilityProcessEnableMDns[];
263 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[]; 263 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[];
264 extern const char kWebCoreLogChannels[]; 264 extern const char kWebCoreLogChannels[];
265 CONTENT_EXPORT extern const char kWebGLCommandBufferSizeKb[]; 265 CONTENT_EXPORT extern const char kWebGLCommandBufferSizeKb[];
266 CONTENT_EXPORT extern const char kWorkerProcess[]; 266 CONTENT_EXPORT extern const char kWorkerProcess[];
267 CONTENT_EXPORT extern const char kZygoteCmdPrefix[]; 267 CONTENT_EXPORT extern const char kZygoteCmdPrefix[];
268 CONTENT_EXPORT extern const char kZygoteProcess[]; 268 CONTENT_EXPORT extern const char kZygoteProcess[];
269 269
270 #if defined(ENABLE_WEBRTC) 270 #if defined(ENABLE_WEBRTC)
271 CONTENT_EXPORT extern const char kEnableAudioTrackProcessing[];
271 CONTENT_EXPORT extern const char kDisableDeviceEnumeration[]; 272 CONTENT_EXPORT extern const char kDisableDeviceEnumeration[];
272 CONTENT_EXPORT extern const char kDisableSCTPDataChannels[]; 273 CONTENT_EXPORT extern const char kDisableSCTPDataChannels[];
273 CONTENT_EXPORT extern const char kDisableWebRtcHWDecoding[]; 274 CONTENT_EXPORT extern const char kDisableWebRtcHWDecoding[];
274 extern const char kDisableWebRtcEncryption[]; 275 extern const char kDisableWebRtcEncryption[];
275 extern const char kDisableWebRtcHWEncoding[]; 276 extern const char kDisableWebRtcHWEncoding[];
276 extern const char kEnableWebRtcAecRecordings[]; 277 extern const char kEnableWebRtcAecRecordings[];
277 extern const char kEnableWebRtcTcpServerSocket[]; 278 extern const char kEnableWebRtcTcpServerSocket[];
278 extern const char kEnableWebRtcHWVp8Encoding[]; 279 extern const char kEnableWebRtcHWVp8Encoding[];
279 #endif 280 #endif
280 281
(...skipping 22 matching lines...) Expand all
303 #if defined(OS_POSIX) 304 #if defined(OS_POSIX)
304 extern const char kChildCleanExit[]; 305 extern const char kChildCleanExit[];
305 #endif 306 #endif
306 307
307 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 308 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
308 // alphabetical order, or in one of the ifdefs (also in order in each section). 309 // alphabetical order, or in one of the ifdefs (also in order in each section).
309 310
310 } // namespace switches 311 } // namespace switches
311 312
312 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 313 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698