// 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