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

Unified Diff: components/quirks_client/switches.h

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor manager and delegate Created 4 years, 11 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
Index: components/quirks_client/switches.h
diff --git a/mojo/shell/fetcher/switches.h b/components/quirks_client/switches.h
similarity index 59%
copy from mojo/shell/fetcher/switches.h
copy to components/quirks_client/switches.h
index 1c57ef58c431f03f1475dbdb53017a573dcd8d41..67f3fb34ffa89310d7b2c003635938de4f7b8a9d 100644
--- a/mojo/shell/fetcher/switches.h
+++ b/components/quirks_client/switches.h
@@ -2,15 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SHELL_FETCHER_SWITCHES_H_
-#define MOJO_SHELL_FETCHER_SWITCHES_H_
+#ifndef COMPONENTS_QUIRKS_CLIENT_SWITCHES_H_
+#define COMPONENTS_QUIRKS_CLIENT_SWITCHES_H_
+namespace quirks_client {
namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
-extern const char kDisableCache[];
+extern const char kEnableDisplayQuirksClient[];
} // namespace switches
+} // namespace quirks_client
-#endif // MOJO_SHELL_FETCHER_SWITCHES_H_
+#endif // COMPONENTS_QUIRKS_CLIENT_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698