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

Unified Diff: android_webview/lib/main/webview_jni_onload_delegate.h

Issue 935413004: Separate OnJNIOnLoad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 5 years, 10 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: android_webview/lib/main/webview_jni_onload_delegate.h
diff --git a/android_webview/lib/main/webview_jni_onload_delegate.h b/android_webview/lib/main/webview_jni_onload_delegate.h
deleted file mode 100644
index 630791080c6591a4759cf99f9721bc4d32aa59e6..0000000000000000000000000000000000000000
--- a/android_webview/lib/main/webview_jni_onload_delegate.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ANDROID_WEBVIEW_LIB_MAIN_JNI_ONLOAD_DELEGATE_H_
-#define ANDROID_WEBVIEW_LIB_MAIN_JNI_ONLOAD_DELEGATE_H_
-
-#include "base/android/jni_onload_delegate.h"
-
-namespace android_webview {
-
-class WebViewJNIOnLoadDelegate : public base::android::JNIOnLoadDelegate {
- public:
- bool RegisterJNI(JNIEnv* env) override;
- bool Init() override;
-};
-
-bool OnJNIOnLoad(JavaVM* vm);
-
-} // android_webview
-
-#endif // ANDROID_WEBVIEW_LIB_MAIN_JNI_ONLOAD_DELEGATE_H_
« no previous file with comments | « android_webview/lib/main/webview_jni_onload.cc ('k') | android_webview/lib/main/webview_jni_onload_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698