Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 68889) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -725,6 +725,9 @@ |
// These mappings only apply to the host resolver. |
const char kHostResolverRules[] = "host-resolver-rules"; |
+// Ignores GPU blacklist. |
+const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist"; |
+ |
// Perform importing from another browser. The value associated with this |
// setting encodes the target browser and what items to import. |
const char kImport[] = "import"; |