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

Unified Diff: android_webview/native/aw_picture.h

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: android_webview/native/aw_picture.h
diff --git a/android_webview/native/aw_picture.h b/android_webview/native/aw_picture.h
index 2cbb5b793f4d982b5615cc0a83b2e8e6152dfb18..62f09e3daaf796be0a9342a32605ad2cc15481e1 100644
--- a/android_webview/native/aw_picture.h
+++ b/android_webview/native/aw_picture.h
@@ -35,8 +35,6 @@ class AwPicture {
DISALLOW_IMPLICIT_CONSTRUCTORS(AwPicture);
};
-bool RegisterAwPicture(JNIEnv* env);
-
} // android_webview
#endif // ANDROID_WEBVIEW_NATIVE_AW_PICTURE_

Powered by Google App Engine
This is Rietveld 408576698