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

Unified Diff: ui/gfx/android/gfx_jni_registrar.cc

Issue 2623653002: android: Remove DeviceDisplayInfo (Closed)
Patch Set: rebase Created 3 years, 11 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 | « ui/gfx/android/device_display_info.cc ('k') | ui/gfx/android/shared_device_display_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/android/gfx_jni_registrar.cc
diff --git a/ui/gfx/android/gfx_jni_registrar.cc b/ui/gfx/android/gfx_jni_registrar.cc
index 5afcea13ba8c5ad62477ecd28db8ef7ba40b0e0e..97f06cf0de07e3fcb80fe7c0a2a418d00fee53bd 100644
--- a/ui/gfx/android/gfx_jni_registrar.cc
+++ b/ui/gfx/android/gfx_jni_registrar.cc
@@ -7,15 +7,12 @@
#include "base/android/jni_android.h"
#include "base/android/jni_registrar.h"
#include "base/macros.h"
-#include "ui/gfx/android/shared_device_display_info.h"
#include "ui/gfx/android/view_configuration.h"
namespace gfx {
namespace android {
static base::android::RegistrationMethod kGfxRegisteredMethods[] = {
- { "SharedDeviceDisplayInfo",
- SharedDeviceDisplayInfo::RegisterSharedDeviceDisplayInfo },
{ "ViewConfiguration", ViewConfiguration::RegisterViewConfiguration }
};
« no previous file with comments | « ui/gfx/android/device_display_info.cc ('k') | ui/gfx/android/shared_device_display_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698