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

Unified Diff: content/browser/mojo/service_registry_android.h

Issue 641703002: Rewrite the Android implementation of BatteryMonitor directly in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@battery-status-api-to-mojo
Patch Set: Address Ben's comments, update GN build, polish. Created 6 years 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/browser/mojo/service_registry_android.h
diff --git a/content/browser/mojo/service_registry_android.h b/content/browser/mojo/service_registry_android.h
index 0873531be25ad3dc0b9db5633d6a2433c638d496..3e26ce67594c83a5b0741eadf542150a3446da35 100644
--- a/content/browser/mojo/service_registry_android.h
+++ b/content/browser/mojo/service_registry_android.h
@@ -37,7 +37,7 @@ class CONTENT_EXPORT ServiceRegistryAndroid {
jstring j_name,
jint handle);
- const base::android::ScopedJavaGlobalRef<jobject>& GetObjForTesting() {
+ const base::android::ScopedJavaGlobalRef<jobject>& GetObj() {
return obj_;
}

Powered by Google App Engine
This is Rietveld 408576698