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

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

Issue 10411066: Revert 137988 - VAVDA is the hardware video decode accelerator for Chrome on Linux and ChromeOS for… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « content/content_common.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 #pragma once 9 #pragma once
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 extern const char kEnableSandboxLogging[]; 102 extern const char kEnableSandboxLogging[];
103 extern const char kEnableSeccompSandbox[]; 103 extern const char kEnableSeccompSandbox[];
104 extern const char kEnableShadowDOM[]; 104 extern const char kEnableShadowDOM[];
105 extern const char kEnableStyleScoped[]; 105 extern const char kEnableStyleScoped[];
106 CONTENT_EXPORT extern const char kEnableSmoothScrolling[]; 106 CONTENT_EXPORT extern const char kEnableSmoothScrolling[];
107 CONTENT_EXPORT extern const char kEnableStatsTable[]; 107 CONTENT_EXPORT extern const char kEnableStatsTable[];
108 extern const char kEnableStrictSiteIsolation[]; 108 extern const char kEnableStrictSiteIsolation[];
109 CONTENT_EXPORT extern const char kEnableThreadedCompositing[]; 109 CONTENT_EXPORT extern const char kEnableThreadedCompositing[];
110 CONTENT_EXPORT extern const char kDisableThreadedCompositing[]; 110 CONTENT_EXPORT extern const char kDisableThreadedCompositing[];
111 CONTENT_EXPORT extern const char kEnableTcpFastOpen[]; 111 CONTENT_EXPORT extern const char kEnableTcpFastOpen[];
112 CONTENT_EXPORT extern const char kEnableVaapi[];
113 CONTENT_EXPORT extern const char kEnableVideoTrack[]; 112 CONTENT_EXPORT extern const char kEnableVideoTrack[];
114 extern const char kEnableViewport[]; 113 extern const char kEnableViewport[];
115 CONTENT_EXPORT extern const char kExperimentalLocationFeatures[]; 114 CONTENT_EXPORT extern const char kExperimentalLocationFeatures[];
116 extern const char kExtraPluginDir[]; 115 extern const char kExtraPluginDir[];
117 CONTENT_EXPORT extern const char kForceCompositingMode[]; 116 CONTENT_EXPORT extern const char kForceCompositingMode[];
118 extern const char kForceFieldTrials[]; 117 extern const char kForceFieldTrials[];
119 CONTENT_EXPORT extern const char kForceRendererAccessibility[]; 118 CONTENT_EXPORT extern const char kForceRendererAccessibility[];
120 extern const char kGpuDeviceID[]; 119 extern const char kGpuDeviceID[];
121 extern const char kGpuDriverVersion[]; 120 extern const char kGpuDriverVersion[];
122 extern const char kGpuLauncher[]; 121 extern const char kGpuLauncher[];
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 202
204 #if defined(USE_AURA) 203 #if defined(USE_AURA)
205 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; 204 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
206 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; 205 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
207 CONTENT_EXPORT extern const char kTestCompositor[]; 206 CONTENT_EXPORT extern const char kTestCompositor[];
208 #endif 207 #endif
209 208
210 } // namespace switches 209 } // namespace switches
211 210
212 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 211 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698