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

Unified Diff: chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h

Issue 2191743002: Setup the delegate in Chrome, so we may put chrome java functions we need in blimp to the delegate … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resovle merge conflicts. Created 4 years, 5 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: chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h
diff --git a/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h b/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h
index dc8beb0b8bbb00b768aa057c1a6019bb24531a2c..b69566c3eb31edef1ce0d146092a6868016775a4 100644
--- a/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h
+++ b/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.h
@@ -22,6 +22,8 @@ class ChromeBlimpClientContextDelegateAndroid
Profile* profile);
~ChromeBlimpClientContextDelegateAndroid() override;
+ base::android::ScopedJavaLocalRef<jobject> GetJavaObject() override;
nyquist 2016/07/28 19:15:35 I guess this should technically have "// BlimpClie
xingliu 2016/07/28 22:43:09 Done.
+
void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& jobj);
private:

Powered by Google App Engine
This is Rietveld 408576698