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

Unified Diff: chrome/browser/interests/android/interests_service.cc

Issue 1459593002: Added a UI for the Interests Prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/browser/interests/android/interests_service.cc
diff --git a/chrome/browser/interests/android/interests_service.cc b/chrome/browser/interests/android/interests_service.cc
index 41fd2a70e804abd57b778dd07fe71682e017f7df..e71366a320083a50d3ba9183a3ff6149fd59da2f 100644
--- a/chrome/browser/interests/android/interests_service.cc
+++ b/chrome/browser/interests/android/interests_service.cc
@@ -86,9 +86,9 @@ void InterestsService::OnObtainedInterests(
JNIEnv* env = AttachCurrentThread();
ScopedJavaLocalRef<jobjectArray> j_interests =
ConvertInterestsToJava(env, interests.Pass());
- Java_GetInterestsCallback_onInterestsAvailableCallback(env,
- j_callback.obj(),
- j_interests.obj());
+ Java_GetInterestsCallback_onInterestsAvailable(env,
+ j_callback.obj(),
+ j_interests.obj());
}
static jlong Init(JNIEnv* env,
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | chrome/browser/interests/interests_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698