| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 097f0372c0630a51bb02a026cf8b4299690c7a66..c02d4e6dec464e902b3ef2c556f939eecf383edf 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -1073,10 +1073,8 @@ config("default_warnings") {
|
| "-Wno-inconsistent-missing-override",
|
| ]
|
|
|
| - if (is_chromeos || (is_linux && target_cpu == "x86")) {
|
| + if (is_linux && target_cpu == "x86") {
|
| cflags += [
|
| - # TODO(thakis): Figure out why CrOS needs this, fix, remove.
|
| - # https://crbug.com/806812
|
| # TODO(thakis): Remove from 32-bit Linux eventually, https://707084
|
| "-Wno-deprecated-register",
|
| ]
|
|
|