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

Issue 2003533002: arc: Register media files to MediaProvider. (Closed)

Created:
4 years, 7 months ago by Shuhei Takahashi
Modified:
4 years, 7 months ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, yusukes+watch_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, lhchavez+watch_chromium.org, oshima+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org, hidehiko+watch_chomium.org, davemoore+watch_chromium.org, qsr+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc: Register media files to MediaProvider. ArcDownloadsWatcherService will watch Downloads directory to: - register newly created media files to MediaProvider, - remove removed media files from MediaProvider. mojom is added in this change: https://codereview.chromium.org/1996933002/ Corresponding ARC changes: ag/1059173, ag/1058841, ag/1059172 BUG=b/28755411 TEST=Manually tested Committed: https://crrev.com/77d98aa9bd1800410c21193a969c6f987cf63fe3 Cr-Commit-Position: refs/heads/master@{#395860}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 6

Patch Set 4 : . #

Patch Set 5 : Use size_t. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+295 lines, -0 lines) Patch
A chrome/browser/chromeos/arc/arc_downloads_watcher_service.h View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/arc/arc_downloads_watcher_service.cc View 1 2 3 4 1 chunk +234 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_service_launcher.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
Shuhei Takahashi
lhchavez: PTAL oshima: PTAL for .gypi
4 years, 7 months ago (2016-05-20 11:06:24 UTC) #5
Luis Héctor Chávez
just nits. https://codereview.chromium.org/2003533002/diff/40001/chrome/browser/chromeos/arc/arc_downloads_watcher_service.cc File chrome/browser/chromeos/arc/arc_downloads_watcher_service.cc (right): https://codereview.chromium.org/2003533002/diff/40001/chrome/browser/chromeos/arc/arc_downloads_watcher_service.cc#newcode128 chrome/browser/chromeos/arc/arc_downloads_watcher_service.cc:128: watcher_.reset(new base::FilePathWatcher()); nit: watcher_ = base::MakeUnique<FilePathWatcher>(); https://codereview.chromium.org/2003533002/diff/40001/chrome/browser/chromeos/arc/arc_downloads_watcher_service.cc#newcode160 ...
4 years, 7 months ago (2016-05-20 15:18:59 UTC) #6
oshima
I don't think you need my review in gypi file.
4 years, 7 months ago (2016-05-20 17:24:41 UTC) #7
Shuhei Takahashi
lhchavez: PTAL oshima: Oops, sorry I don't know well about OWNERS file syntax... :( https://codereview.chromium.org/2003533002/diff/40001/chrome/browser/chromeos/arc/arc_downloads_watcher_service.cc ...
4 years, 7 months ago (2016-05-24 08:46:34 UTC) #9
Luis Héctor Chávez
This change LGTM but please update the commit message before submitting to point to the ...
4 years, 7 months ago (2016-05-24 15:34:00 UTC) #10
Shuhei Takahashi
On 2016/05/24 15:34:00, Luis Héctor Chávez wrote: > This change LGTM but please update the ...
4 years, 7 months ago (2016-05-25 06:47:57 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003533002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003533002/60001
4 years, 7 months ago (2016-05-25 07:50:27 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/142914) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 7 months ago (2016-05-25 08:04:59 UTC) #16
Shuhei Takahashi
Hmm it seems I should have tested with GN. Now it should build...
4 years, 7 months ago (2016-05-25 09:01:56 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003533002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003533002/80001
4 years, 7 months ago (2016-05-25 09:02:31 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-25 10:37:51 UTC) #22
commit-bot: I haz the power
4 years, 7 months ago (2016-05-25 10:39:01 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/77d98aa9bd1800410c21193a969c6f987cf63fe3
Cr-Commit-Position: refs/heads/master@{#395860}

Powered by Google App Engine
This is Rietveld 408576698