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

Unified Diff: device/battery/android/battery_jni_registrar.h

Issue 641703002: Rewrite the Android implementation of BatteryMonitor directly in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@battery-status-api-to-mojo
Patch Set: Address Torne's comment. Created 6 years 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 | « device/battery/android/BUILD.gn ('k') | device/battery/android/battery_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/battery/android/battery_jni_registrar.h
diff --git a/device/battery/android/battery_jni_registrar.h b/device/battery/android/battery_jni_registrar.h
deleted file mode 100644
index faf78472ca35dde1a0463fcbc1b5367ce20ca4d7..0000000000000000000000000000000000000000
--- a/device/battery/android/battery_jni_registrar.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2014 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 DEVICE_BATTERY_ANDROID_BATTERY_JNI_REGISTRAR_H_
-#define DEVICE_BATTERY_ANDROID_BATTERY_JNI_REGISTRAR_H_
-
-#include <jni.h>
-
-#include "device/battery/battery_export.h"
-
-namespace device {
-namespace android {
-
-DEVICE_BATTERY_EXPORT bool RegisterBatteryJni(JNIEnv* env);
-
-} // namespace android
-} // namespace device
-
-#endif // DEVICE_BATTERY_ANDROID_BATTERY_JNI_REGISTRAR_H_
« no previous file with comments | « device/battery/android/BUILD.gn ('k') | device/battery/android/battery_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698