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

Unified Diff: device/vr/android/cardboard/cardboard_vr_device.h

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 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: device/vr/android/cardboard/cardboard_vr_device.h
diff --git a/device/vr/android/cardboard/cardboard_vr_device.h b/device/vr/android/cardboard/cardboard_vr_device.h
index 122ecd90d5a8639070ad95b45fc0435275ca193b..325d08d6eecf722aa2502cc60b57aecbf19531a9 100644
--- a/device/vr/android/cardboard/cardboard_vr_device.h
+++ b/device/vr/android/cardboard/cardboard_vr_device.h
@@ -15,8 +15,6 @@ namespace device {
class CardboardVRDevice : public VRDevice {
public:
- static bool RegisterCardboardVRDevice(JNIEnv* env);
-
explicit CardboardVRDevice(VRDeviceProvider* provider);
~CardboardVRDevice() override;

Powered by Google App Engine
This is Rietveld 408576698