Chromium Code Reviews| Index: base/android/path_utils.cc |
| diff --git a/base/android/path_utils.cc b/base/android/path_utils.cc |
| index b76544949ed4fa20ffaecb79fda9ff957be37f36..38bb20601c2744a12d2efb03036d3a57df46da8f 100644 |
| --- a/base/android/path_utils.cc |
| +++ b/base/android/path_utils.cc |
| @@ -78,9 +78,5 @@ bool GetExternalStorageDirectory(FilePath* result) { |
| return true; |
| } |
| -bool RegisterPathUtils(JNIEnv* env) { |
| - return RegisterNativesImpl(env); |
| -} |
| - |
| } // namespace android |
| } // namespace base |