Roll src/third_party/WebKit f298044:aa8346d (svn 202628:202629)
[chromium-blink-merge.git] / components / component_updater / component_updater_url_constants.cc
blob7c78f64bd3bf29beef2f408ca95f528caba723ef
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.
5 #include "components/component_updater/component_updater_url_constants.h"
7 namespace component_updater {
9 // The alternative URL for the v3 protocol service endpoint.
10 const char kUpdaterAltUrl[] = "http://clients2.google.com/service/update2";
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
14 // the request to the default URL source fails.
15 // The value of |kDefaultUrlSource| can be overridden with
16 // --component-updater=url-source=someurl.
17 const char kUpdaterDefaultUrl[] = "https://clients2.google.com/service/update2";
19 } // namespace component_updater