Index: components/cronet/android/java/src/org/chromium/net/UrlRequestContextConfigList.template |
diff --git a/components/cronet/android/java/src/org/chromium/net/UrlRequestContextConfigList.template b/components/cronet/android/java/src/org/chromium/net/UrlRequestContextConfigList.template |
deleted file mode 100644 |
index cbb935057cbb5c418c75a80624233ab94f287e35..0000000000000000000000000000000000000000 |
--- a/components/cronet/android/java/src/org/chromium/net/UrlRequestContextConfigList.template |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// Copyright 2014 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. |
- |
-package org.chromium.net; |
- |
-// A simple auto-generated interface used to list config params as used by |
-// both org.chromium.net.UrlRequestContextConfig and |
-// net/cronet/android/org_chromium_net_UrlRequestContext.h |
-public interface UrlRequestContextConfigList { |
-#define DEFINE_CONTEXT_CONFIG(x) public static final String x = #x; |
-#include "components/cronet/url_request_context_config_list.h" |
-#undef DEFINE_CONTEXT_CONFIG |
-} |