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

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

Issue 2362693003: Add framework for sending feedback for Blimp. (Closed)
Patch Set: Rebased for good measure Created 4 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
« no previous file with comments | « blimp/client/core/BUILD.gn ('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 5457ca45c0425409d469dea3467c13e76e29ccf7..d7d6a406027d6ec106eb160354dc3cf22f4cee7f 100644
--- a/blimp/client/core/android/blimp_client_context_impl_android.h
+++ b/blimp/client/core/android/blimp_client_context_impl_android.h
@@ -40,6 +40,10 @@ class BlimpClientContextImplAndroid : public BlimpClientContextImpl {
const base::android::JavaRef<jobject>& jobj,
jlong window_android_ptr);
+ base::android::ScopedJavaLocalRef<jobject> CreateBlimpFeedbackDataJava(
+ JNIEnv* env,
+ const base::android::JavaRef<jobject>& jobj);
+
// Start authentication flow from Java.
void ConnectFromJava(JNIEnv* env,
const base::android::JavaRef<jobject>& jobj);
« no previous file with comments | « blimp/client/core/BUILD.gn ('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