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

Issue 1396443002: Add the JNI code in order to let Java use the InterestsFetcher. (Closed)

Created:
5 years, 2 months ago by PEConn
Modified:
5 years, 2 months ago
CC:
chromium-reviews, asanka, benjhayden+dwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add the JNI code in order to let Java use the InterestsFetcher. BUG=537145 Previous CL:https://codereview.chromium.org/1334233003 Committed: https://crrev.com/ff92275ee64400fa442e9ec8e3732eab42dda709 Cr-Commit-Position: refs/heads/master@{#353034}

Patch Set 1 #

Total comments: 17

Patch Set 2 : #

Total comments: 22

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -25 lines) Patch
A chrome/android/java/src/org/chromium/chrome/browser/ntp/InterestsService.java View 1 chunk +101 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/interests/android/interests_service.h View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/interests/android/interests_service.cc View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
M chrome/browser/interests/interests_fetcher.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/interests/interests_fetcher.cc View 1 6 chunks +9 lines, -13 lines 0 comments Download
M chrome/browser/interests/interests_fetcher_unittest.cc View 1 2 3 chunks +26 lines, -10 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
PEConn
Continuing from https://codereview.chromium.org/1334233003. The CL that depended on has now been committed, so this doesn't ...
5 years, 2 months ago (2015-10-07 13:56:25 UTC) #2
Marc Treib
I think this needs a rebase, the changes from the already-landed CL are in here ...
5 years, 2 months ago (2015-10-07 15:03:01 UTC) #3
Bernhard Bauer
Pro-tip: Upload the previous version (before your changes) as a first patch set, to make ...
5 years, 2 months ago (2015-10-07 15:26:37 UTC) #4
PEConn
https://codereview.chromium.org/1396443002/diff/1/chrome/browser/android/interests_service.cc File chrome/browser/android/interests_service.cc (right): https://codereview.chromium.org/1396443002/diff/1/chrome/browser/android/interests_service.cc#newcode23 chrome/browser/android/interests_service.cc:23: const char kInterestJavaClass[] = On 2015/10/07 15:26:37, Bernhard Bauer ...
5 years, 2 months ago (2015-10-07 18:27:20 UTC) #5
Marc Treib
LGTM, thanks! https://codereview.chromium.org/1396443002/diff/20001/chrome/browser/interests/android/interests_service.cc File chrome/browser/interests/android/interests_service.cc (right): https://codereview.chromium.org/1396443002/diff/20001/chrome/browser/interests/android/interests_service.cc#newcode35 chrome/browser/interests/android/interests_service.cc:35: nit: no empty line here https://codereview.chromium.org/1396443002/diff/20001/chrome/browser/interests/android/interests_service.h File ...
5 years, 2 months ago (2015-10-08 08:26:51 UTC) #6
Bernhard Bauer
https://codereview.chromium.org/1396443002/diff/20001/chrome/browser/interests/android/interests_service.cc File chrome/browser/interests/android/interests_service.cc (right): https://codereview.chromium.org/1396443002/diff/20001/chrome/browser/interests/android/interests_service.cc#newcode17 chrome/browser/interests/android/interests_service.cc:17: using base::android::ConvertJavaStringToUTF8; This is unused. https://codereview.chromium.org/1396443002/diff/20001/chrome/browser/interests/android/interests_service.cc#newcode21 chrome/browser/interests/android/interests_service.cc:21: using base::android::ToJavaArrayOfStrings; ...
5 years, 2 months ago (2015-10-08 09:04:41 UTC) #7
PEConn
https://codereview.chromium.org/1396443002/diff/20001/chrome/browser/interests/android/interests_service.cc File chrome/browser/interests/android/interests_service.cc (right): https://codereview.chromium.org/1396443002/diff/20001/chrome/browser/interests/android/interests_service.cc#newcode17 chrome/browser/interests/android/interests_service.cc:17: using base::android::ConvertJavaStringToUTF8; On 2015/10/08 09:04:41, Bernhard Bauer wrote: > ...
5 years, 2 months ago (2015-10-08 09:40:56 UTC) #8
Bernhard Bauer
lgtm
5 years, 2 months ago (2015-10-08 09:50:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1396443002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1396443002/40001
5 years, 2 months ago (2015-10-08 09:52:06 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-08 11:42:10 UTC) #13
commit-bot: I haz the power
5 years, 2 months ago (2015-10-08 11:43:50 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ff92275ee64400fa442e9ec8e3732eab42dda709
Cr-Commit-Position: refs/heads/master@{#353034}

Powered by Google App Engine
This is Rietveld 408576698