[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / component_updater / component_updater_url_constants.cc
index cd1b932..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,12 +14,6 @@ namespace component_updater {
 //
 // The value of |kDefaultUrlSource| can be overridden with
 // --component-updater=url-source=someurl.
-const char kUpdaterDefaultUrl[] =
-    "https://update.googleapis.com/service/update2";
-
-const char kUpdaterFallbackUrl[] =
-    "http://update.googleapis.com/service/update2";
-
 const char kUpdaterJSONDefaultUrl[] =
     "https://update.googleapis.com/service/update2/json";