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

Unified Diff: android_webview/browser/aw_request_interceptor.h

Issue 284123004: [android_webview] Add more params to request intercepting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix accidentally broken test Created 6 years, 6 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/browser/aw_request_interceptor.h
diff --git a/android_webview/browser/aw_request_interceptor.h b/android_webview/browser/aw_request_interceptor.h
index b83ab32e237ef01beee5d2aa5649edf2c3f1c78d..813abbe8f4278f7641baeb5cfd5d1c721777890e 100644
--- a/android_webview/browser/aw_request_interceptor.h
+++ b/android_webview/browser/aw_request_interceptor.h
@@ -19,7 +19,7 @@ class NetworkDelegate;
namespace android_webview {
-class InterceptedRequestData;
+class AwWebResourceResponse;
// This class allows the Java-side embedder to substitute the default
// URLRequest of a given request for an alternative job that will read data
@@ -35,7 +35,7 @@ class AwRequestInterceptor : public net::URLRequestInterceptor {
net::NetworkDelegate* network_delegate) const OVERRIDE;
private:
- scoped_ptr<InterceptedRequestData> QueryForInterceptedRequestData(
+ scoped_ptr<AwWebResourceResponse> QueryForAwWebResourceResponse(
const GURL& location,
net::URLRequest* request) const;
« no previous file with comments | « android_webview/browser/aw_contents_io_thread_client.h ('k') | android_webview/browser/aw_request_interceptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698