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

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

Issue 318373002: Revert 273044 "Change kEnableAudioTrackProcessing to a disable f..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 // 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 extern const char kUtilityProcessAllowedDir[]; 243 extern const char kUtilityProcessAllowedDir[];
244 CONTENT_EXPORT extern const char kUtilityProcessEnableMDns[]; 244 CONTENT_EXPORT extern const char kUtilityProcessEnableMDns[];
245 CONTENT_EXPORT extern const char kUtilityProcessRunningElevated[]; 245 CONTENT_EXPORT extern const char kUtilityProcessRunningElevated[];
246 CONTENT_EXPORT extern const char kValidateInputEventStream[]; 246 CONTENT_EXPORT extern const char kValidateInputEventStream[];
247 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[]; 247 CONTENT_EXPORT extern const char kWaitForDebuggerChildren[];
248 CONTENT_EXPORT extern const char kWorkerProcess[]; 248 CONTENT_EXPORT extern const char kWorkerProcess[];
249 CONTENT_EXPORT extern const char kZygoteCmdPrefix[]; 249 CONTENT_EXPORT extern const char kZygoteCmdPrefix[];
250 CONTENT_EXPORT extern const char kZygoteProcess[]; 250 CONTENT_EXPORT extern const char kZygoteProcess[];
251 251
252 #if defined(ENABLE_WEBRTC) 252 #if defined(ENABLE_WEBRTC)
253 CONTENT_EXPORT extern const char kDisableAudioTrackProcessing[]; 253 CONTENT_EXPORT extern const char kEnableAudioTrackProcessing[];
254 CONTENT_EXPORT extern const char kDisableDeviceEnumeration[]; 254 CONTENT_EXPORT extern const char kDisableDeviceEnumeration[];
255 CONTENT_EXPORT extern const char kDisableWebRtcHWDecoding[]; 255 CONTENT_EXPORT extern const char kDisableWebRtcHWDecoding[];
256 CONTENT_EXPORT extern const char kDisableWebRtcEncryption[]; 256 CONTENT_EXPORT extern const char kDisableWebRtcEncryption[];
257 CONTENT_EXPORT extern const char kDisableWebRtcHWEncoding[]; 257 CONTENT_EXPORT extern const char kDisableWebRtcHWEncoding[];
258 CONTENT_EXPORT extern const char kEnableWebRtcHWVp8Encoding[]; 258 CONTENT_EXPORT extern const char kEnableWebRtcHWVp8Encoding[];
259 #endif 259 #endif
260 260
261 #if defined(OS_ANDROID) 261 #if defined(OS_ANDROID)
262 CONTENT_EXPORT extern const char kDisableGestureRequirementForMediaPlayback[]; 262 CONTENT_EXPORT extern const char kDisableGestureRequirementForMediaPlayback[];
263 CONTENT_EXPORT extern const char kDisableClickDelay[]; 263 CONTENT_EXPORT extern const char kDisableClickDelay[];
(...skipping 28 matching lines...) Expand all
292 // mitigation. 292 // mitigation.
293 CONTENT_EXPORT extern const char kEnableWin32kRendererLockDown[]; 293 CONTENT_EXPORT extern const char kEnableWin32kRendererLockDown[];
294 #endif 294 #endif
295 295
296 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 296 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
297 // alphabetical order, or in one of the ifdefs (also in order in each section). 297 // alphabetical order, or in one of the ifdefs (also in order in each section).
298 298
299 } // namespace switches 299 } // namespace switches
300 300
301 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 301 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698