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

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

Issue 10810034: disable web audio by default on android and add switches to enable it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 extern const char kDisableSeccompSandbox[]; 69 extern const char kDisableSeccompSandbox[];
70 extern const char kDisableSeccompFilterSandbox[]; 70 extern const char kDisableSeccompFilterSandbox[];
71 extern const char kDisableSessionStorage[]; 71 extern const char kDisableSessionStorage[];
72 extern const char kDisableSharedWorkers[]; 72 extern const char kDisableSharedWorkers[];
73 extern const char kDisableSiteSpecificQuirks[]; 73 extern const char kDisableSiteSpecificQuirks[];
74 CONTENT_EXPORT extern const char kDisableSpeechInput[]; 74 CONTENT_EXPORT extern const char kDisableSpeechInput[];
75 CONTENT_EXPORT extern const char kEnableScriptedSpeech[]; 75 CONTENT_EXPORT extern const char kEnableScriptedSpeech[];
76 extern const char kSpeechRecognitionWebserviceURL[]; 76 extern const char kSpeechRecognitionWebserviceURL[];
77 extern const char kSpeechRecognitionWebserviceKey[]; 77 extern const char kSpeechRecognitionWebserviceKey[];
78 CONTENT_EXPORT extern const char kDisableThreadedAnimation[]; 78 CONTENT_EXPORT extern const char kDisableThreadedAnimation[];
79 #if defined(OS_ANDROID)
80 CONTENT_EXPORT extern const char kEnableWebAudio[];
81 #else
79 CONTENT_EXPORT extern const char kDisableWebAudio[]; 82 CONTENT_EXPORT extern const char kDisableWebAudio[];
83 #endif
80 extern const char kDisableWebSecurity[]; 84 extern const char kDisableWebSecurity[];
81 extern const char kDisableWebSockets[]; 85 extern const char kDisableWebSockets[];
82 extern const char kDisableXSSAuditor[]; 86 extern const char kDisableXSSAuditor[];
83 CONTENT_EXPORT extern const char kDomAutomationController[]; 87 CONTENT_EXPORT extern const char kDomAutomationController[];
84 CONTENT_EXPORT extern const char kEnableAcceleratedPainting[]; 88 CONTENT_EXPORT extern const char kEnableAcceleratedPainting[];
85 CONTENT_EXPORT extern const char kEnableAcceleratedFilters[]; 89 CONTENT_EXPORT extern const char kEnableAcceleratedFilters[];
86 extern const char kEnableAccessibilityLogging[]; 90 extern const char kEnableAccessibilityLogging[];
87 CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[]; 91 CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[];
88 extern const char kEnableCssRegions[]; 92 extern const char kEnableCssRegions[];
89 extern const char kEnableCssShaders[]; 93 extern const char kEnableCssShaders[];
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 214
211 #if defined(USE_AURA) 215 #if defined(USE_AURA)
212 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; 216 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
213 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; 217 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
214 CONTENT_EXPORT extern const char kTestCompositor[]; 218 CONTENT_EXPORT extern const char kTestCompositor[];
215 #endif 219 #endif
216 220
217 } // namespace switches 221 } // namespace switches
218 222
219 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 223 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698