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

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 10834268: [Android] Fix device_info registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | content/common/android/common_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/browser_jni_registrar.cc
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
index b11e74b962f63b5be32aebe2bb85ee545164d657..c5c578a75c5250713cc16c7863ca269ac795bb74 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -17,7 +17,6 @@
#include "content/browser/android/touch_point.h"
#include "content/browser/geolocation/location_api_adapter_android.h"
#include "content/browser/renderer_host/java/java_bound_object.h"
-#include "content/common/android/device_info.h"
namespace {
base::android::RegistrationMethod kContentRegisteredMethods[] = {
@@ -28,7 +27,6 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "ContentVideoView", content::ContentVideoView::RegisterContentVideoView },
{ "ContentViewClient", content::RegisterContentViewClient },
{ "ContentViewCore", content::RegisterContentViewCore },
- { "DeviceInfo", content::RegisterDeviceInfo },
{ "DownloadController",
content::DownloadController::RegisterDownloadController },
{ "JavaBoundObject", JavaBoundObject::RegisterJavaBoundObject },
« no previous file with comments | « no previous file | content/common/android/common_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698