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

Unified Diff: blimp/client/core/android/blimp_client_context_impl_android.h

Issue 2270323004: Add BlimpView to a Chrome tab when Blimp is enabled. (Closed)
Patch Set: addressed nit, renamed CreateForTesting and piped through touch handling Created 4 years, 4 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
« no previous file with comments | « blimp/client/core/DEPS ('k') | blimp/client/core/android/blimp_client_context_impl_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/android/blimp_client_context_impl_android.h
diff --git a/blimp/client/core/android/blimp_client_context_impl_android.h b/blimp/client/core/android/blimp_client_context_impl_android.h
index b8c3e1e278884b90c956a3060067a8c89985b58c..c0e665380e6e0b520672dae788524f6a2acf7130 100644
--- a/blimp/client/core/android/blimp_client_context_impl_android.h
+++ b/blimp/client/core/android/blimp_client_context_impl_android.h
@@ -33,9 +33,8 @@ class BlimpClientContextImplAndroid : public BlimpClientContextImpl {
base::android::ScopedJavaLocalRef<jobject> GetJavaObject();
- base::android::ScopedJavaLocalRef<jobject> CreateBlimpContentsJava(
- JNIEnv* env,
- jobject jobj);
+ base::android::ScopedJavaLocalRef<jobject>
+ CreateBlimpContentsJava(JNIEnv* env, jobject jobj, jlong window_android_ptr);
// Start authentication flow from Java.
void ConnectFromJava(JNIEnv* env, jobject jobj);
« no previous file with comments | « blimp/client/core/DEPS ('k') | blimp/client/core/android/blimp_client_context_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698