| Index: android_webview/native/intercepted_request_data_impl.h
|
| diff --git a/android_webview/native/intercepted_request_data_impl.h b/android_webview/native/intercepted_request_data_impl.h
|
| index 457bda94b56d4c2c887a7c85eec020db4a10291e..0246569e80d84a8fb16f595763178d0e99d2dbf1 100644
|
| --- a/android_webview/native/intercepted_request_data_impl.h
|
| +++ b/android_webview/native/intercepted_request_data_impl.h
|
| @@ -25,10 +25,6 @@ class InterceptedRequestDataImpl : public InterceptedRequestData {
|
| virtual bool GetMimeType(JNIEnv* env, std::string* mime_type) const;
|
| virtual bool GetCharset(JNIEnv* env, std::string* charset) const;
|
|
|
| - virtual net::URLRequestJob* CreateJobFor(
|
| - net::URLRequest* request,
|
| - net::NetworkDelegate* network_delegate) const OVERRIDE;
|
| -
|
| private:
|
| base::android::ScopedJavaGlobalRef<jobject> java_object_;
|
|
|
|
|