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

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: Fix issue when moving around code. 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..b498de26a96090db9adce31181e0562686c7bbbf 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,9 @@ class ChromeBlimpClientContextDelegateAndroid
Profile* profile);
~ChromeBlimpClientContextDelegateAndroid() override;
+ // BlimpClientContextDelegate implementation.
+ base::android::ScopedJavaLocalRef<jobject> GetJavaObject() override;
+
void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& jobj);
private:

Powered by Google App Engine
This is Rietveld 408576698