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

Unified Diff: base/android/context_utils.cc

Issue 1879013002: 🍈 Unify application context usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove @CalledByNative Created 4 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
Index: base/android/context_utils.cc
diff --git a/base/android/context_utils.cc b/base/android/context_utils.cc
index fd62c45f606b28d4596283738e7d5eb6eed3d490..da623c1f05059aba45e3f24edc2bc18619736184 100644
--- a/base/android/context_utils.cc
+++ b/base/android/context_utils.cc
@@ -40,7 +40,6 @@ jobject GetApplicationContext() {
void InitApplicationContext(JNIEnv* env, const JavaRef<jobject>& context) {
Yaron 2016/04/25 14:09:45 header file needs to be updated
Peter Wen 2016/04/25 15:30:30 Done.
SetNativeApplicationContext(env, context);
- Java_ContextUtils_initJavaSideApplicationContext(env, context.obj());
}
static void InitNativeSideApplicationContext(

Powered by Google App Engine
This is Rietveld 408576698