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

Issue 2707293002: [Doodle] Split DoodleFetcher into interface + Impl (Closed)

Created:
3 years, 10 months ago by Marc Treib
Modified:
3 years, 10 months ago
Reviewers:
fhorschig, sfiera, mastiz
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Doodle] Split DoodleFetcher into interface + Impl This will make it easy to use fakes or mocks in tests. BUG=690467 Review-Url: https://codereview.chromium.org/2707293002 Cr-Commit-Position: refs/heads/master@{#452473} Committed: https://chromium.googlesource.com/chromium/src/+/89bae66c5cf1b268665973046236e6bf3722796e

Patch Set 1 #

Total comments: 3

Patch Set 2 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -809 lines) Patch
M components/doodle/BUILD.gn View 2 chunks +3 lines, -2 lines 0 comments Download
M components/doodle/doodle_fetcher.h View 1 1 chunk +9 lines, -81 lines 0 comments Download
D components/doodle/doodle_fetcher.cc View 1 chunk +0 lines, -243 lines 0 comments Download
A + components/doodle/doodle_fetcher_impl.h View 4 chunks +13 lines, -16 lines 0 comments Download
A + components/doodle/doodle_fetcher_impl.cc View 11 chunks +24 lines, -22 lines 0 comments Download
A + components/doodle/doodle_fetcher_impl_unittest.cc View 18 chunks +20 lines, -20 lines 0 comments Download
D components/doodle/doodle_fetcher_unittest.cc View 1 chunk +0 lines, -425 lines 0 comments Download

Messages

Total messages: 28 (18 generated)
Marc Treib
Aaand another one, PTAL! (Based on https://codereview.chromium.org/2710673006/, so look at that first.)
3 years, 10 months ago (2017-02-22 14:29:50 UTC) #4
fhorschig
lgtm https://codereview.chromium.org/2707293002/diff/1/components/doodle/doodle_fetcher.h File components/doodle/doodle_fetcher.h (right): https://codereview.chromium.org/2707293002/diff/1/components/doodle/doodle_fetcher.h#newcode8 components/doodle/doodle_fetcher.h:8: #include "base/callback_forward.h" Nice, didn't know that was possible!
3 years, 10 months ago (2017-02-22 14:57:18 UTC) #5
Marc Treib
And another one - mastiz, I can haz approval plz? :)
3 years, 10 months ago (2017-02-22 14:59:55 UTC) #7
Marc Treib
Since mastiz is out now: sfiera, can I get a stamp from you? (2/2)
3 years, 10 months ago (2017-02-22 16:43:11 UTC) #11
sfiera
LGTM https://codereview.chromium.org/2707293002/diff/1/components/doodle/doodle_fetcher.h File components/doodle/doodle_fetcher.h (right): https://codereview.chromium.org/2707293002/diff/1/components/doodle/doodle_fetcher.h#newcode38 components/doodle/doodle_fetcher.h:38: DISALLOW_COPY_AND_ASSIGN(DoodleFetcher); Is this normal for abstract classes that ...
3 years, 10 months ago (2017-02-22 17:04:55 UTC) #12
Marc Treib
https://codereview.chromium.org/2707293002/diff/1/components/doodle/doodle_fetcher.h File components/doodle/doodle_fetcher.h (right): https://codereview.chromium.org/2707293002/diff/1/components/doodle/doodle_fetcher.h#newcode38 components/doodle/doodle_fetcher.h:38: DISALLOW_COPY_AND_ASSIGN(DoodleFetcher); On 2017/02/22 17:04:55, sfiera wrote: > Is this ...
3 years, 10 months ago (2017-02-22 17:17:21 UTC) #13
sfiera
On 2017/02/22 17:17:21, Marc Treib wrote: > https://codereview.chromium.org/2707293002/diff/1/components/doodle/doodle_fetcher.h > File components/doodle/doodle_fetcher.h (right): > > https://codereview.chromium.org/2707293002/diff/1/components/doodle/doodle_fetcher.h#newcode38 ...
3 years, 10 months ago (2017-02-22 17:38:56 UTC) #14
Marc Treib
On 2017/02/22 17:38:56, sfiera wrote: > On 2017/02/22 17:17:21, Marc Treib wrote: > > > ...
3 years, 10 months ago (2017-02-23 11:24:58 UTC) #15
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/2707293002/20001
3 years, 10 months ago (2017-02-23 12:34:02 UTC) #25
commit-bot: I haz the power
3 years, 10 months ago (2017-02-23 12:44:04 UTC) #28
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/89bae66c5cf1b268665973046236...

Powered by Google App Engine
This is Rietveld 408576698