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

Side by Side Diff: components/component_updater/component_updater_url_constants.cc

Issue 1281913002: Componentize ComponentUpdaterConfigurator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix iOS compile 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/component_updater/component_updater_url_constants.h" 5 #include "components/component_updater/component_updater_url_constants.h"
6 6
7 namespace component_updater { 7 namespace component_updater {
8 8
9 // The alternative URL for the v3 protocol service endpoint. 9 // The alternative URL for the v3 protocol service endpoint.
10 const char kUpdaterAltUrl[] = "http://clients2.google.com/service/update2"; 10 const char kUpdaterAltUrl[] = "http://clients2.google.com/service/update2";
11 11
12 // The default URL for the v3 protocol service endpoint. In some cases, the 12 // The default URL for the v3 protocol service endpoint. In some cases, the
13 // component updater is allowed to fall back to and alternate URL source, if 13 // component updater is allowed to fall back to and alternate URL source, if
14 // the request to the default URL source fails. 14 // the request to the default URL source fails.
15 // The value of |kDefaultUrlSource| can be overridden with 15 // The value of |kDefaultUrlSource| can be overridden with
16 // --component-updater=url-source=someurl. 16 // --component-updater=url-source=someurl.
17 const char kUpdaterDefaultUrl[] = "https://clients2.google.com/service/update2"; 17 const char kUpdaterDefaultUrl[] = "https://clients2.google.com/service/update2";
18 18
asargent_no_longer_on_chrome 2015/08/18 17:54:25 Does it really make sense for these google-specifi
blundell 2015/08/18 18:02:38 We have discussed this kind of issue in the past,
19 } // namespace component_updater 19 } // namespace component_updater
OLDNEW
« no previous file with comments | « components/component_updater/component_updater_url_constants.h ('k') | components/component_updater/configurator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698