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

Unified Diff: android_webview/native/aw_resource.cc

Issue 2202783002: android_webview: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg1
Patch Set: android_webview: Remove unneeded RegisterNatives() calls 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 | « android_webview/native/aw_resource.h ('k') | android_webview/native/aw_web_resource_response_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_resource.cc
diff --git a/android_webview/native/aw_resource.cc b/android_webview/native/aw_resource.cc
index b95b930918b24423463dfea32414c16d60a4727f..270c0c6a9ff50924b4a50eb55f24dd8f4663a227 100644
--- a/android_webview/native/aw_resource.cc
+++ b/android_webview/native/aw_resource.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "android_webview/native/aw_resource.h"
+#include "android_webview/common/aw_resource.h"
#include "base/android/jni_array.h"
#include "base/android/jni_string.h"
@@ -22,9 +22,5 @@ std::vector<std::string> GetConfigKeySystemUuidMapping() {
return key_system_uuid_mappings;
}
-bool RegisterAwResource(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace AwResource
} // namespace android_webview
« no previous file with comments | « android_webview/native/aw_resource.h ('k') | android_webview/native/aw_web_resource_response_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698