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

Unified Diff: chrome/browser/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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/component_updater/component_updater_url_constants.cc
diff --git a/chrome/browser/component_updater/component_updater_url_constants.cc b/chrome/browser/component_updater/component_updater_url_constants.cc
deleted file mode 100644
index ce6a861320c1a6a1905a2bc73a88a4fb017011aa..0000000000000000000000000000000000000000
--- a/chrome/browser/component_updater/component_updater_url_constants.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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.
-
-#include "chrome/browser/component_updater/component_updater_url_constants.h"
-
-namespace component_updater {
-
-// The alternative URL for the v3 protocol service endpoint.
-const char kUpdaterAltUrl[] = "http://clients2.google.com/service/update2";
-
-// The default URL for the v3 protocol service endpoint. In some cases, the
-// component updater is allowed to fall back to and alternate URL source, if
-// the request to the default URL source fails.
-// The value of |kDefaultUrlSource| can be overridden with
-// --component-updater=url-source=someurl.
-const char kUpdaterDefaultUrl[] = "https://clients2.google.com/service/update2";
-
-} // namespace component_updater

Powered by Google App Engine
This is Rietveld 408576698