| Index: components/quirks/switches.cc
|
| diff --git a/components/quirks/switches.cc b/components/quirks/switches.cc
|
| deleted file mode 100644
|
| index c0a4622a078060cd57f362b1830aea665695ebbc..0000000000000000000000000000000000000000
|
| --- a/components/quirks/switches.cc
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "components/quirks/switches.h"
|
| -
|
| -namespace quirks {
|
| -namespace switches {
|
| -
|
| -// Disable Quirks Client for handling display calibration information.
|
| -const char kDisableQuirksClient[] = "disable-quirks-client";
|
| -
|
| -} // namespace switches
|
| -} // namespace quirks
|
|
|