summaryrefslogtreecommitdiff
path: root/chromium/components/quirks/switches.cc
blob: c0a4622a078060cd57f362b1830aea665695ebbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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