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

Unified Diff: android_webview/native/intercepted_request_data.h

Issue 10702083: Add ContentViewDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 3 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/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;
« no previous file with comments | « android_webview/native/aw_contents_io_thread_client.cc ('k') | android_webview/native/intercepted_request_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698