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

Unified Diff: components/variations/variations_switches.h

Issue 1309843005: Remove more //chrome dependencies from VariationsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@variations_service_get_channel
Patch Set: Response to review Created 5 years, 4 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/variations/variations_switches.h
diff --git a/components/variations/variations_switches.h b/components/variations/variations_switches.h
new file mode 100644
index 0000000000000000000000000000000000000000..0ae5e3e519105ff02c81c5e006735ade587a167a
--- /dev/null
+++ b/components/variations/variations_switches.h
@@ -0,0 +1,20 @@
+// Copyright 2015 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.
+
+#ifndef COMPONENTS_VARIATIONS_VARIATIONS_SWITCHES_H_
+#define COMPONENTS_VARIATIONS_VARIATIONS_SWITCHES_H_
+
+namespace chrome_variations {
+namespace switches {
+
+// Alphabetical list of switches specific to the variations component. Document
+// each in the .cc file.
+
+extern const char kFakeVariationsChannel[];
+extern const char kVariationsServerURL[];
+
+} // namespace switches
+} // namespace variations
+
+#endif // COMPONENTS_VARIATIONS_VARIATIONS_SWITCHES_H_
« no previous file with comments | « components/variations/service/variations_service_client.h ('k') | components/variations/variations_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698