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

Issue 2729983002: Attaches OfflineContentAggregator to Profile (Closed)

Created:
3 years, 9 months ago by David Trainor- moved to gerrit
Modified:
3 years, 9 months ago
CC:
chromium-reviews, asanka, droger+watchlist_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, jam, darin-cc_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Attaches OfflineContentAggregator to Profile This CL hooks the OfflineContentAggregator to a BrowserContext and adds a Java bridge to get access to the Java component as well. BUG=691805 Review-Url: https://codereview.chromium.org/2729983002 Cr-Commit-Position: refs/heads/master@{#458185} Committed: https://chromium.googlesource.com/chromium/src/+/e43c093fdaa7ce7eb41a084a15ff5fa12f08537d

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressing comments #

Patch Set 3 : Fixed gn check failure #

Patch Set 4 : Fixed deps issue #

Total comments: 2

Patch Set 5 : Address nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -12 lines) Patch
M chrome/android/java/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/download/items/OfflineContentAggregatorFactory.java View 1 chunk +29 lines, -0 lines 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 3 chunks +5 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/android/download/items/offline_content_aggregator_factory_android.h View 1 chunk +13 lines, -0 lines 0 comments Download
A chrome/browser/android/download/items/offline_content_aggregator_factory_android.cc View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/offline_items_collection/OWNERS View 1 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/browser/offline_items_collection/offline_content_aggregator_factory.h View 1 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/browser/offline_items_collection/offline_content_aggregator_factory.cc View 1 1 chunk +47 lines, -0 lines 0 comments Download
M components/offline_items_collection/core/BUILD.gn View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M components/offline_items_collection/core/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/offline_items_collection/core/android/offline_content_aggregator_bridge.h View 1 chunk +4 lines, -4 lines 0 comments Download
M components/offline_items_collection/core/android/offline_content_aggregator_bridge.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M components/offline_items_collection/core/offline_content_aggregator.h View 1 2 chunks +2 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 46 (28 generated)
David Trainor- moved to gerrit
hooking up the OCP to the Profile and adding the Java bridge. ptal thanks!
3 years, 9 months ago (2017-03-06 21:47:23 UTC) #2
Dmitry Titov
https://codereview.chromium.org/2729983002/diff/1/components/offline_items_collection/content/offline_content_aggregator_factory.cc File components/offline_items_collection/content/offline_content_aggregator_factory.cc (right): https://codereview.chromium.org/2729983002/diff/1/components/offline_items_collection/content/offline_content_aggregator_factory.cc#newcode23 components/offline_items_collection/content/offline_content_aggregator_factory.cc:23: DCHECK(!context->IsOffTheRecord()); It is unclear if you want the service ...
3 years, 9 months ago (2017-03-08 00:46:01 UTC) #3
fgorski
looks ok mod comment from Dmitry.
3 years, 9 months ago (2017-03-08 17:42:28 UTC) #4
David Trainor- moved to gerrit
https://codereview.chromium.org/2729983002/diff/1/components/offline_items_collection/content/offline_content_aggregator_factory.cc File components/offline_items_collection/content/offline_content_aggregator_factory.cc (right): https://codereview.chromium.org/2729983002/diff/1/components/offline_items_collection/content/offline_content_aggregator_factory.cc#newcode23 components/offline_items_collection/content/offline_content_aggregator_factory.cc:23: DCHECK(!context->IsOffTheRecord()); On 2017/03/08 00:46:00, Dmitry Titov wrote: > It ...
3 years, 9 months ago (2017-03-09 18:44:40 UTC) #5
David Trainor- moved to gerrit
Should be addressed. ptal thanks!
3 years, 9 months ago (2017-03-16 21:50:30 UTC) #20
qinmin
lgtm % nit https://codereview.chromium.org/2729983002/diff/60001/chrome/browser/android/download/items/offline_content_aggregator_factory_android.cc File chrome/browser/android/download/items/offline_content_aggregator_factory_android.cc (right): https://codereview.chromium.org/2729983002/diff/60001/chrome/browser/android/download/items/offline_content_aggregator_factory_android.cc#newcode18 chrome/browser/android/download/items/offline_content_aggregator_factory_android.cc:18: namespace content { nit: still need ...
3 years, 9 months ago (2017-03-17 20:50:56 UTC) #21
Dmitry Titov
lgtm
3 years, 9 months ago (2017-03-17 21:43:06 UTC) #22
fgorski
lgtm
3 years, 9 months ago (2017-03-17 21:53:42 UTC) #23
David Trainor- moved to gerrit
https://codereview.chromium.org/2729983002/diff/60001/chrome/browser/android/download/items/offline_content_aggregator_factory_android.cc File chrome/browser/android/download/items/offline_content_aggregator_factory_android.cc (right): https://codereview.chromium.org/2729983002/diff/60001/chrome/browser/android/download/items/offline_content_aggregator_factory_android.cc#newcode18 chrome/browser/android/download/items/offline_content_aggregator_factory_android.cc:18: namespace content { On 2017/03/17 20:50:56, qinmin wrote: > ...
3 years, 9 months ago (2017-03-20 05:47:19 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729983002/80001
3 years, 9 months ago (2017-03-20 05:47:55 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/389030)
3 years, 9 months ago (2017-03-20 05:51:25 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729983002/80001
3 years, 9 months ago (2017-03-20 06:47:06 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/389052)
3 years, 9 months ago (2017-03-20 06:53:37 UTC) #33
David Trainor- moved to gerrit
erg@ do you mind doing a DEPS review for components/keyed_service? Thanks!
3 years, 9 months ago (2017-03-20 15:29:44 UTC) #35
Elliot Glaysher
lgtm I continue to think the separation of keyed services and keyed service factories into ...
3 years, 9 months ago (2017-03-20 17:23:54 UTC) #36
David Trainor- moved to gerrit
On 2017/03/20 17:23:54, Elliot Glaysher wrote: > lgtm > > I continue to think the ...
3 years, 9 months ago (2017-03-20 20:05:57 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729983002/80001
3 years, 9 months ago (2017-03-20 21:03:26 UTC) #43
commit-bot: I haz the power
3 years, 9 months ago (2017-03-20 21:15:15 UTC) #46
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/e43c093fdaa7ce7eb41a084a15ff...

Powered by Google App Engine
This is Rietveld 408576698