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

Unified Diff: android_webview/native/net_init_native_callback.cc

Issue 2863233002: [WebView] Move files from native to browser (Closed)
Patch Set: Created 3 years, 7 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: android_webview/native/net_init_native_callback.cc
diff --git a/android_webview/native/net_init_native_callback.cc b/android_webview/native/net_init_native_callback.cc
deleted file mode 100644
index 5b3fef3fd6c133b259ff94d684e5ec0ff714b593..0000000000000000000000000000000000000000
--- a/android_webview/native/net_init_native_callback.cc
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2012 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 "android_webview/browser/net/init_native_callback.h"
-
-#include "android_webview/browser/net/aw_url_request_job_factory.h"
-#include "android_webview/native/android_protocol_handler.h"
-#include "net/url_request/url_request_interceptor.h"
-
-namespace android_webview {
-
-std::unique_ptr<net::URLRequestInterceptor>
-CreateAndroidAssetFileRequestInterceptor() {
- return CreateAssetFileRequestInterceptor();
-}
-
-std::unique_ptr<net::URLRequestInterceptor>
-CreateAndroidContentRequestInterceptor() {
- return CreateContentSchemeRequestInterceptor();
-}
-
-} // namespace android_webview

Powered by Google App Engine
This is Rietveld 408576698