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

Unified Diff: content/common/android/common_jni_registrar.cc

Issue 254823005: Move android Telephony APIs to from content/ to net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NET_EXPORT the moved APIs. Created 6 years, 8 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/device_telephony_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/common_jni_registrar.cc
diff --git a/content/common/android/common_jni_registrar.cc b/content/common/android/common_jni_registrar.cc
index 751b66c4a52c38e916d438ec45624147f40b23ab..bf631c38b62b8efbe6d181bc5c1206c3c7b23bb7 100644
--- a/content/common/android/common_jni_registrar.cc
+++ b/content/common/android/common_jni_registrar.cc
@@ -6,13 +6,10 @@
#include "base/android/jni_android.h"
#include "base/android/jni_registrar.h"
-#include "content/common/android/device_telephony_info.h"
#include "content/common/android/hash_set.h"
namespace {
base::android::RegistrationMethod kContentRegisteredMethods[] = {
- { "DeviceTelephonyInfo",
- content::DeviceTelephonyInfo::RegisterDeviceTelephonyInfo },
{ "HashSet", content::RegisterHashSet },
};
« no previous file with comments | « no previous file | content/common/android/device_telephony_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698