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

Unified Diff: gpu/config/gpu_switches.h

Issue 1547793004: Make gpu black list work again on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Execute todo, send IPC directly from gpu_benchmarking_extension.cc and fixes variable names. Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/gpu/page_sets/gpu_process_tests.py ('k') | gpu/config/gpu_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_switches.h
diff --git a/gpu/config/gpu_switches.h b/gpu/config/gpu_switches.h
index f6375ca06fe2ff30f23e40270c9f19dcb4d41668..8bf00f17c3b5082153b67d4e0d1104b3d379d084 100644
--- a/gpu/config/gpu_switches.h
+++ b/gpu/config/gpu_switches.h
@@ -10,6 +10,13 @@
namespace switches {
GPU_EXPORT extern const char kGpuDriverBugWorkarounds[];
+GPU_EXPORT extern const char kGpuTestingNoCompleteInfoCollection[];
+GPU_EXPORT extern const char kGpuTestingOsVersion[];
+GPU_EXPORT extern const char kGpuTestingVendorId[];
+GPU_EXPORT extern const char kGpuTestingDeviceId[];
+GPU_EXPORT extern const char kGpuTestingGLVendor[];
+GPU_EXPORT extern const char kGpuTestingGLRenderer[];
+GPU_EXPORT extern const char kGpuTestingGLVersion[];
} // namespace switches
« no previous file with comments | « content/test/gpu/page_sets/gpu_process_tests.py ('k') | gpu/config/gpu_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698