| Index: trunk/src/content/public/common/content_switches.cc
|
| ===================================================================
|
| --- trunk/src/content/public/common/content_switches.cc (revision 221144)
|
| +++ trunk/src/content/public/common/content_switches.cc (working copy)
|
| @@ -611,9 +611,6 @@
|
| // Load an NPAPI plugin from the specified path.
|
| const char kLoadPlugin[] = "load-plugin";
|
|
|
| -// Logs GPU control list decisions when enforcing blacklist rules.
|
| -const char kLogGpuControlListDecisions[] = "log-gpu-control-list-decisions";
|
| -
|
| // Sets the minimum log level. Valid values are from 0 to 3:
|
| // INFO = 0, WARNING = 1, LOG_ERROR = 2, LOG_FATAL = 3.
|
| const char kLoggingLevel[] = "log-level";
|
| @@ -764,8 +761,7 @@
|
| // Skip gpu info collection, blacklist loading, and blacklist auto-update
|
| // scheduling at browser startup time.
|
| // Therefore, all GPU features are available, and about:gpu page shows empty
|
| -// content. The switch is intended only for layout tests.
|
| -// TODO(gab): Get rid of this switch entirely.
|
| +// content. The switch is intended only for tests.
|
| const char kSkipGpuDataLoading[] = "skip-gpu-data-loading";
|
|
|
| // Specifies the request key for the continuous speech recognition webservice.
|
|
|