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

Unified Diff: android_webview/browser/net_init_native_callback.cc

Issue 2886283005: [WebView] Merge AwMetricsServiceClient and move few files to new place (Closed)
Patch Set: remove recursive include 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
« no previous file with comments | « android_webview/browser/net/init_native_callback.cc ('k') | android_webview/common/aw_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/net_init_native_callback.cc
diff --git a/android_webview/browser/net_init_native_callback.cc b/android_webview/browser/net_init_native_callback.cc
deleted file mode 100644
index 821dac81ff46fb9d6c5913547684776e66a9f090..0000000000000000000000000000000000000000
--- a/android_webview/browser/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/android_protocol_handler.h"
-#include "android_webview/browser/net/aw_url_request_job_factory.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
« no previous file with comments | « android_webview/browser/net/init_native_callback.cc ('k') | android_webview/common/aw_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698