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

Unified Diff: base/android/important_file_writer_android.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: base/android/important_file_writer_android.cc
diff --git a/base/android/important_file_writer_android.cc b/base/android/important_file_writer_android.cc
index bcbd785da0449e8e7cf57c919d80cbc4355dcb34..0bc5e671bf05e1188d828ef8a0f78079796c6353 100644
--- a/base/android/important_file_writer_android.cc
+++ b/base/android/important_file_writer_android.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 "base/android/important_file_writer_android.h"
-
#include <string>
#include "base/android/jni_string.h"
@@ -34,9 +32,5 @@ static jboolean WriteFileAtomically(JNIEnv* env,
return result;
}
-bool RegisterImportantFileWriterAndroid(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace android
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698