| Index: android_webview/native/intercepted_request_data.h
|
| diff --git a/android_webview/native/intercepted_request_data.h b/android_webview/native/intercepted_request_data.h
|
| index e528b3ecd2847c93e0786a3450e9e1189779fa97..acbe15dad1e353a17ee2ae33d4d322a71c55c8bc 100644
|
| --- a/android_webview/native/intercepted_request_data.h
|
| +++ b/android_webview/native/intercepted_request_data.h
|
| @@ -10,10 +10,11 @@
|
| #include "base/android/scoped_java_ref.h"
|
| #include "base/memory/ref_counted.h"
|
|
|
| +// This class represents the Java-side data that is to be used to complete a
|
| +// particular URLRequest.
|
| class InterceptedRequestData {
|
| public:
|
| - InterceptedRequestData(JNIEnv* env,
|
| - base::android::JavaRef<jobject> obj);
|
| + InterceptedRequestData(const base::android::JavaRef<jobject>& obj);
|
| ~InterceptedRequestData();
|
|
|
| base::android::ScopedJavaLocalRef<jobject> GetInputStream(JNIEnv* env) const;
|
|
|