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

Unified Diff: android_webview/browser/aw_request_interceptor.h

Issue 1001003004: [Android WebView] Implement a better OnReceivedError callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed the last comment Created 5 years, 9 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 adbb18b4f2c0c0784ce1655e1bc5d14e93d7fc9f..a3c54b3a26dd692988c9fb1d412c7f033134cbd6 100644
--- a/android_webview/browser/aw_request_interceptor.h
+++ b/android_webview/browser/aw_request_interceptor.h
@@ -36,7 +36,6 @@ class AwRequestInterceptor : public net::URLRequestInterceptor {
private:
scoped_ptr<AwWebResourceResponse> QueryForAwWebResourceResponse(
- const GURL& location,
net::URLRequest* request) const;
DISALLOW_COPY_AND_ASSIGN(AwRequestInterceptor);
« 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