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

Unified Diff: content/shell/android/shell_jni_registrar.cc

Issue 2217013002: Remove the JNI-based InterfaceRegistry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java-interface-registry-migration
Patch Set: rebase Created 4 years, 3 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: content/shell/android/shell_jni_registrar.cc
diff --git a/content/shell/android/shell_jni_registrar.cc b/content/shell/android/shell_jni_registrar.cc
index 4de0e567b3dd260f7b797ccaf28c08d6979ea4dd..c63116f4ac2d55e7240a2c40f7c4995e8e1692a5 100644
--- a/content/shell/android/shell_jni_registrar.cc
+++ b/content/shell/android/shell_jni_registrar.cc
@@ -9,14 +9,12 @@
#include "base/macros.h"
#include "content/shell/android/shell_manager.h"
#include "content/shell/browser/shell.h"
-#include "content/shell/browser/shell_mojo_test_utils_android.h"
namespace {
static base::android::RegistrationMethod kShellRegistrationMethods[] = {
{"Shell", content::Shell::Register},
{"ShellManager", content::RegisterShellManager},
- {"ShellMojoTestUtils", content::RegisterShellMojoTestUtils},
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698