| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 68066)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -722,6 +722,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";
|
|
|