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

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

Issue 189313002: Implement '--gpu-sandbox-failures-nonfatal' flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 9 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 CONTENT_EXPORT extern const char kExtraPluginDir[]; 179 CONTENT_EXPORT extern const char kExtraPluginDir[];
180 CONTENT_EXPORT extern const char kForceCompositingMode[]; 180 CONTENT_EXPORT extern const char kForceCompositingMode[];
181 CONTENT_EXPORT extern const char kForceFieldTrials[]; 181 CONTENT_EXPORT extern const char kForceFieldTrials[];
182 CONTENT_EXPORT extern const char kForceRendererAccessibility[]; 182 CONTENT_EXPORT extern const char kForceRendererAccessibility[];
183 extern const char kGpuDeviceID[]; 183 extern const char kGpuDeviceID[];
184 extern const char kGpuDriverVendor[]; 184 extern const char kGpuDriverVendor[];
185 extern const char kGpuDriverVersion[]; 185 extern const char kGpuDriverVersion[];
186 extern const char kGpuLauncher[]; 186 extern const char kGpuLauncher[];
187 CONTENT_EXPORT extern const char kGpuProcess[]; 187 CONTENT_EXPORT extern const char kGpuProcess[];
188 CONTENT_EXPORT extern const char kGpuSandboxAllowSysVShm[]; 188 CONTENT_EXPORT extern const char kGpuSandboxAllowSysVShm[];
189 CONTENT_EXPORT extern const char kGpuSandboxFailuresNonfatal[];
189 CONTENT_EXPORT extern const char kGpuStartupDialog[]; 190 CONTENT_EXPORT extern const char kGpuStartupDialog[];
190 extern const char kGpuVendorID[]; 191 extern const char kGpuVendorID[];
191 CONTENT_EXPORT extern const char kHostResolverRules[]; 192 CONTENT_EXPORT extern const char kHostResolverRules[];
192 CONTENT_EXPORT extern const char kIgnoreCertificateErrors[]; 193 CONTENT_EXPORT extern const char kIgnoreCertificateErrors[];
193 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[]; 194 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[];
194 extern const char kInProcessGPU[]; 195 extern const char kInProcessGPU[];
195 CONTENT_EXPORT extern const char kIpResolverRules[]; 196 CONTENT_EXPORT extern const char kIpResolverRules[];
196 CONTENT_EXPORT extern const char kJavaScriptFlags[]; 197 CONTENT_EXPORT extern const char kJavaScriptFlags[];
197 extern const char kLoadPlugin[]; 198 extern const char kLoadPlugin[];
198 CONTENT_EXPORT extern const char kLogGpuControlListDecisions[]; 199 CONTENT_EXPORT extern const char kLogGpuControlListDecisions[];
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 #if defined(OS_POSIX) 314 #if defined(OS_POSIX)
314 extern const char kChildCleanExit[]; 315 extern const char kChildCleanExit[];
315 #endif 316 #endif
316 317
317 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 318 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
318 // alphabetical order, or in one of the ifdefs (also in order in each section). 319 // alphabetical order, or in one of the ifdefs (also in order in each section).
319 320
320 } // namespace switches 321 } // namespace switches
321 322
322 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 323 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/common/sandbox_linux/sandbox_linux.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698