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

Issue 2165123002: Make ExternalDataUseReporter independent of other data use classes (Closed)

Created:
4 years, 5 months ago by Raj
Modified:
4 years, 5 months ago
Reviewers:
tbansal1
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make ExternalDataUseReporter independent of other data use classes Removes DataUseTabModel and ExternalDataUseObserverBridge dependency on ExternalDataUseReporter by passing necessary callbacks. BUG=570884 Committed: https://crrev.com/55ffa569a94c166734ef7beef707714f366d4f3b Cr-Commit-Position: refs/heads/master@{#406926}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed comments #

Total comments: 4

Patch Set 3 : Addressed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -30 lines) Patch
M chrome/browser/android/data_usage/data_use_tab_model.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/data_usage/external_data_use_observer.cc View 1 2 1 chunk +10 lines, -4 lines 0 comments Download
M chrome/browser/android/data_usage/external_data_use_observer_bridge.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/data_usage/external_data_use_observer_bridge.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/data_usage/external_data_use_reporter.h View 1 2 5 chunks +24 lines, -10 lines 0 comments Download
M chrome/browser/android/data_usage/external_data_use_reporter.cc View 1 2 5 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/android/data_usage/external_data_use_reporter_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (13 generated)
Raj
ptal
4 years, 5 months ago (2016-07-20 23:28:41 UTC) #2
tbansal1
https://codereview.chromium.org/2165123002/diff/1/chrome/browser/android/data_usage/data_use_tab_model.h File chrome/browser/android/data_usage/data_use_tab_model.h (right): https://codereview.chromium.org/2165123002/diff/1/chrome/browser/android/data_usage/data_use_tab_model.h#newcode154 chrome/browser/android/data_usage/data_use_tab_model.h:154: const base::TimeTicks& timestamp, Passing by value is preferable. See ...
4 years, 5 months ago (2016-07-21 00:19:30 UTC) #3
Raj
https://codereview.chromium.org/2165123002/diff/1/chrome/browser/android/data_usage/data_use_tab_model.h File chrome/browser/android/data_usage/data_use_tab_model.h (right): https://codereview.chromium.org/2165123002/diff/1/chrome/browser/android/data_usage/data_use_tab_model.h#newcode154 chrome/browser/android/data_usage/data_use_tab_model.h:154: const base::TimeTicks& timestamp, On 2016/07/21 00:19:30, tbansal1 wrote: > ...
4 years, 5 months ago (2016-07-21 04:09:17 UTC) #6
tbansal1
lgtm % nits. https://codereview.chromium.org/2165123002/diff/20001/chrome/browser/android/data_usage/data_use_tab_model.h File chrome/browser/android/data_usage/data_use_tab_model.h (right): https://codereview.chromium.org/2165123002/diff/20001/chrome/browser/android/data_usage/data_use_tab_model.h#newcode154 chrome/browser/android/data_usage/data_use_tab_model.h:154: const base::TimeTicks timestamp, Typically, const is ...
4 years, 5 months ago (2016-07-21 15:45:02 UTC) #9
Raj
https://codereview.chromium.org/2165123002/diff/20001/chrome/browser/android/data_usage/data_use_tab_model.h File chrome/browser/android/data_usage/data_use_tab_model.h (right): https://codereview.chromium.org/2165123002/diff/20001/chrome/browser/android/data_usage/data_use_tab_model.h#newcode154 chrome/browser/android/data_usage/data_use_tab_model.h:154: const base::TimeTicks timestamp, On 2016/07/21 15:45:01, tbansal1 wrote: > ...
4 years, 5 months ago (2016-07-21 17:56:56 UTC) #13
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/2165123002/40001
4 years, 5 months ago (2016-07-21 18:52:19 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-21 19:10:29 UTC) #19
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 19:11:59 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/55ffa569a94c166734ef7beef707714f366d4f3b
Cr-Commit-Position: refs/heads/master@{#406926}

Powered by Google App Engine
This is Rietveld 408576698