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

Unified Diff: android_webview/native/aw_contents.h

Issue 920873003: Return created channels synchronously (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable a test for real and remove a wrong assertion Created 5 years, 10 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/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 7110ebab8278a3ed41f5ad9c07cd2dd12401dc41..1687a8d397440e1af949c105c41ad7d2682b7805 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -220,7 +220,7 @@ class AwContents : public FindHelper::Listener,
void PostMessageToFrame(JNIEnv* env, jobject obj, jstring frame_id,
jstring message, jstring source_origin, jstring target_origin,
jintArray sent_ports);
- void CreateMessageChannel(JNIEnv* env, jobject obj, jobject callback);
+ void CreateMessageChannel(JNIEnv* env, jobject obj, jobjectArray ports);
private:
void InitDataReductionProxyIfNecessary();

Powered by Google App Engine
This is Rietveld 408576698