[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / component_updater / component_updater_url_constants.cc
index 754f833..95c0d48 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
@@ -14,13 +14,10 @@ namespace component_updater {
 //
 // The value of |kDefaultUrlSource| can be overridden with
 // --component-updater=url-source=someurl.
-const char kUpdaterDefaultUrl[] = "https://clients2.google.com/service/update2";
+const char kUpdaterJSONDefaultUrl[] =
+    "https://update.googleapis.com/service/update2/json";
 
-const char kUpdaterFallbackUrl[] = "http://clients2.google.com/service/update2";
+const char kUpdaterJSONFallbackUrl[] =
+    "http://update.googleapis.com/service/update2/json";
 
-const char kUpdaterDefaultUrlAlt[] =
-    "https://update.googleapis.com/service/update2";
-
-const char kUpdaterFallbackUrlAlt[] =
-    "http://update.googleapis.com/service/update2";
 }  // namespace component_updater