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

Unified Diff: android_webview/native/input_stream_unittest.cc

Issue 2202783002: android_webview: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg1
Patch Set: android_webview: Remove unneeded RegisterNatives() calls Created 4 years, 5 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/input_stream_unittest.cc
diff --git a/android_webview/native/input_stream_unittest.cc b/android_webview/native/input_stream_unittest.cc
index 27fa647ffbafe0f740aa429390739914f09ce4e9..c64f3ad3ec5b75ea99830d0af0ef575ba3e235e4 100644
--- a/android_webview/native/input_stream_unittest.cc
+++ b/android_webview/native/input_stream_unittest.cc
@@ -38,7 +38,6 @@ class InputStreamTest : public Test {
void SetUp() override {
env_ = AttachCurrentThread();
ASSERT_THAT(env_, NotNull());
- ASSERT_TRUE(android_webview::RegisterInputStream(env_));
ASSERT_TRUE(RegisterNativesImpl(env_));
}
« no previous file with comments | « android_webview/native/input_stream_impl.cc ('k') | android_webview/native/java_browser_view_renderer_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698