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

Unified Diff: net/android/gurl_utils.cc

Issue 147533004: Remove unneeded JNI registrations. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix android webview build issues. Created 6 years, 9 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: net/android/gurl_utils.cc
diff --git a/net/android/gurl_utils.cc b/net/android/gurl_utils.cc
index c8cb1e4e9981bc51bee260cfad18e70076f0b72b..e8ad46692b46017d23ebbb7e2a9cae04d5163cae 100644
--- a/net/android/gurl_utils.cc
+++ b/net/android/gurl_utils.cc
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/android/gurl_utils.h"
-
#include "base/android/jni_string.h"
#include "jni/GURLUtils_jni.h"
#include "url/gurl.h"
@@ -24,8 +22,4 @@ jstring GetScheme(JNIEnv* env, jclass clazz, jstring url) {
host.scheme()).Release();
}
-bool RegisterGURLUtils(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // net namespace

Powered by Google App Engine
This is Rietveld 408576698