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

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

Issue 13890012: Integrate VDA with WebRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update the license of rtc_video_decoder.h Created 7 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 unified diff | Download patch
« 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 extern const char kSpeechRecognitionWebserviceKey[]; 80 extern const char kSpeechRecognitionWebserviceKey[];
81 CONTENT_EXPORT extern const char kEnableSpeechSynthesis[]; 81 CONTENT_EXPORT extern const char kEnableSpeechSynthesis[];
82 #if defined(OS_ANDROID) 82 #if defined(OS_ANDROID)
83 CONTENT_EXPORT extern const char kDisableWebRTC[]; 83 CONTENT_EXPORT extern const char kDisableWebRTC[];
84 CONTENT_EXPORT extern const char kEnableSpeechRecognition[]; 84 CONTENT_EXPORT extern const char kEnableSpeechRecognition[];
85 #endif 85 #endif
86 CONTENT_EXPORT extern const char kDisableWebAudio[]; 86 CONTENT_EXPORT extern const char kDisableWebAudio[];
87 #if defined(ENABLE_WEBRTC) 87 #if defined(ENABLE_WEBRTC)
88 extern const char kEnableWebRtcAecRecordings[]; 88 extern const char kEnableWebRtcAecRecordings[];
89 CONTENT_EXPORT extern const char kEnableSCTPDataChannels[]; 89 CONTENT_EXPORT extern const char kEnableSCTPDataChannels[];
90 extern const char kEnableWebRtcHWDecoding[];
90 #endif 91 #endif
91 extern const char kEnableWebRtcTcpServerSocket[]; 92 extern const char kEnableWebRtcTcpServerSocket[];
92 extern const char kEnableWebAnimationsCSS[]; 93 extern const char kEnableWebAnimationsCSS[];
93 extern const char kEnableWebAnimationsSVG[]; 94 extern const char kEnableWebAnimationsSVG[];
94 extern const char kEnableWebMIDI[]; 95 extern const char kEnableWebMIDI[];
95 extern const char kDisableWebSecurity[]; 96 extern const char kDisableWebSecurity[];
96 extern const char kEnableExperimentalWebSocket[]; 97 extern const char kEnableExperimentalWebSocket[];
97 extern const char kDisableXSSAuditor[]; 98 extern const char kDisableXSSAuditor[];
98 CONTENT_EXPORT extern const char kDomAutomationController[]; 99 CONTENT_EXPORT extern const char kDomAutomationController[];
99 CONTENT_EXPORT extern const char kStatsCollectionController[]; 100 CONTENT_EXPORT extern const char kStatsCollectionController[];
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[]; 276 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[];
276 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; 277 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
277 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[]; 278 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
278 279
279 CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[]; 280 CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[];
280 CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[]; 281 CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[];
281 282
282 } // namespace switches 283 } // namespace switches
283 284
284 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 285 #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