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

Side by Side Diff: components/variations/variations_switches.cc

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, 3 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 unified diff | Download patch
« no previous file with comments | « components/variations/variations_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/variations/variations_switches.h"
6
7 namespace chrome_variations {
8 namespace switches {
9
10 // Fakes the channel of the browser for purposes of Variations filtering. This
11 // is to be used for testing only. Possible values are "stable", "beta", "dev"
12 // and "canary". Note that this only applies if the browser's reported channel
13 // is UNKNOWN.
14 const char kFakeVariationsChannel[] = "fake-variations-channel";
15
16 // Specifies a custom URL for the server which reports variation data to the
17 // client. Specifying this switch enables the Variations service on
18 // unofficial builds. See variations_service.cc.
19 const char kVariationsServerURL[] = "variations-server-url";
20
21 } // namespace switches
22 } // namespace chrome_variations
OLDNEW
« no previous file with comments | « components/variations/variations_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698