Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: components/quirks/switches.cc

Issue 2016883003: Remove Quirks flag, limit server retries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/quirks/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/quirks/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698