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

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

Issue 2194403003: blimp: Remove unneeded RegisterNatives() call (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg3
Patch Set: blimp: Remove unneeded RegisterNatives() call 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
« no previous file with comments | « no previous file | blimp/client/core/android/dummy_blimp_client_context_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/android/dummy_blimp_client_context_android.h
diff --git a/blimp/client/core/android/dummy_blimp_client_context_android.h b/blimp/client/core/android/dummy_blimp_client_context_android.h
index 87f93453db1dbbad3829faa4a6c557d5af3812db..09923c67554e436948a173c803f2380403aa5ca3 100644
--- a/blimp/client/core/android/dummy_blimp_client_context_android.h
+++ b/blimp/client/core/android/dummy_blimp_client_context_android.h
@@ -16,7 +16,6 @@ namespace client {
// JNI bridge between DummyBlimpClientContext in Java and C++.
class DummyBlimpClientContextAndroid : public base::SupportsUserData::Data {
public:
- static bool RegisterJni(JNIEnv* env);
static DummyBlimpClientContextAndroid* FromJavaObject(JNIEnv* env,
jobject jobj);
base::android::ScopedJavaLocalRef<jobject> GetJavaObject();
« no previous file with comments | « no previous file | blimp/client/core/android/dummy_blimp_client_context_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698