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

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

Issue 8601004: Remove --enable-video-logging and WebVideoRenderer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: forgot gypi Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[]; 83 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[];
84 extern const char kEnableSSLCachedInfo[]; 84 extern const char kEnableSSLCachedInfo[];
85 extern const char kEnableSandboxLogging[]; 85 extern const char kEnableSandboxLogging[];
86 extern const char kEnableSeccompSandbox[]; 86 extern const char kEnableSeccompSandbox[];
87 CONTENT_EXPORT extern const char kEnableStatsTable[]; 87 CONTENT_EXPORT extern const char kEnableStatsTable[];
88 extern const char kEnableStrictSiteIsolation[]; 88 extern const char kEnableStrictSiteIsolation[];
89 CONTENT_EXPORT extern const char kEnableThreadedCompositing[]; 89 CONTENT_EXPORT extern const char kEnableThreadedCompositing[];
90 CONTENT_EXPORT extern const char kEnableTcpFastOpen[]; 90 CONTENT_EXPORT extern const char kEnableTcpFastOpen[];
91 CONTENT_EXPORT extern const char kEnableTouchEvents[]; 91 CONTENT_EXPORT extern const char kEnableTouchEvents[];
92 extern const char kEnableVideoFullscreen[]; 92 extern const char kEnableVideoFullscreen[];
93 extern const char kEnableVideoLogging[];
94 CONTENT_EXPORT extern const char kEnableVideoTrack[]; 93 CONTENT_EXPORT extern const char kEnableVideoTrack[];
95 CONTENT_EXPORT extern const char kEnableWebIntents[]; 94 CONTENT_EXPORT extern const char kEnableWebIntents[];
96 CONTENT_EXPORT extern const char kExperimentalLocationFeatures[]; 95 CONTENT_EXPORT extern const char kExperimentalLocationFeatures[];
97 extern const char kExtraPluginDir[]; 96 extern const char kExtraPluginDir[];
98 extern const char kForceFieldTestNameAndValue[]; 97 extern const char kForceFieldTestNameAndValue[];
99 CONTENT_EXPORT extern const char kForceRendererAccessibility[]; 98 CONTENT_EXPORT extern const char kForceRendererAccessibility[];
100 extern const char kGpuLauncher[]; 99 extern const char kGpuLauncher[];
101 CONTENT_EXPORT extern const char kGpuProcess[]; 100 CONTENT_EXPORT extern const char kGpuProcess[];
102 extern const char kGpuStartupDialog[]; 101 extern const char kGpuStartupDialog[];
103 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[]; 102 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[];
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 extern const char kUseSystemSSL[]; 175 extern const char kUseSystemSSL[];
177 #endif 176 #endif
178 177
179 #if !defined(OFFICIAL_BUILD) 178 #if !defined(OFFICIAL_BUILD)
180 CONTENT_EXPORT extern const char kRendererCheckFalseTest[]; 179 CONTENT_EXPORT extern const char kRendererCheckFalseTest[];
181 #endif 180 #endif
182 181
183 } // namespace switches 182 } // namespace switches
184 183
185 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 184 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698