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

Issue 2387823002: Adding ClearBlackList to the PreviewsBlackList and plumbing to UI (Closed)

Created:
4 years, 2 months ago by RyanSturm
Modified:
4 years, 2 months ago
Reviewers:
msramek, tbansal1
CC:
chromium-reviews, markusheintz_, msramek+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding ClearBlackList to the PreviewsBlackList and plumbing to UI This adds functionality to clear the previews black list on the IO thread and the UI thread. Further this exposes other black list calls on the UI thread. BUG=639087 Committed: https://crrev.com/84af4a126bf6503d253be5e29b6ed3752e933017 Cr-Commit-Position: refs/heads/master@{#422926}

Patch Set 1 #

Total comments: 10

Patch Set 2 : tbansal comments #

Total comments: 8

Patch Set 3 : tbansal comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -11 lines) Patch
M chrome/browser/browsing_data/browsing_data_remover.cc View 2 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/previews/previews_service_factory.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/previews/core/previews_black_list.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M components/previews/core/previews_black_list.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M components/previews/core/previews_black_list_unittest.cc View 1 2 5 chunks +65 lines, -10 lines 0 comments Download
M components/previews/core/previews_io_data.h View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M components/previews/core/previews_io_data.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M components/previews/core/previews_opt_out_store.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/previews/core/previews_ui_service.h View 2 chunks +8 lines, -0 lines 0 comments Download
M components/previews/core/previews_ui_service.cc View 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (17 generated)
RyanSturm
tbansal: PTAL
4 years, 2 months ago (2016-09-30 23:51:06 UTC) #3
tbansal1
https://codereview.chromium.org/2387823002/diff/1/chrome/browser/browsing_data/browsing_data_remover.cc File chrome/browser/browsing_data/browsing_data_remover.cc (right): https://codereview.chromium.org/2387823002/diff/1/chrome/browser/browsing_data/browsing_data_remover.cc#newcode733 chrome/browser/browsing_data/browsing_data_remover.cc:733: previews_service->previews_ui_service()->ClearBlackList(delete_begin_, Currently, the Clear Browsing Dialogue has "data counters", ...
4 years, 2 months ago (2016-10-03 16:48:12 UTC) #7
RyanSturm
tbansal: PTAL msramek: PTAL @ browsing_data_remover.cc https://codereview.chromium.org/2387823002/diff/1/chrome/browser/browsing_data/browsing_data_remover.cc File chrome/browser/browsing_data/browsing_data_remover.cc (right): https://codereview.chromium.org/2387823002/diff/1/chrome/browser/browsing_data/browsing_data_remover.cc#newcode733 chrome/browser/browsing_data/browsing_data_remover.cc:733: previews_service->previews_ui_service()->ClearBlackList(delete_begin_, On 2016/10/03 ...
4 years, 2 months ago (2016-10-03 17:23:13 UTC) #11
tbansal1
https://codereview.chromium.org/2387823002/diff/20001/components/previews/core/previews_black_list.cc File components/previews/core/previews_black_list.cc (right): https://codereview.chromium.org/2387823002/diff/20001/components/previews/core/previews_black_list.cc#newcode106 components/previews/core/previews_black_list.cc:106: opt_out_store_->ClearBlackList(begin_time, end_time); So, this means that opt out store ...
4 years, 2 months ago (2016-10-04 00:17:00 UTC) #14
tbansal1
lgtm % remaining comments. https://codereview.chromium.org/2387823002/diff/20001/components/previews/core/previews_black_list.cc File components/previews/core/previews_black_list.cc (right): https://codereview.chromium.org/2387823002/diff/20001/components/previews/core/previews_black_list.cc#newcode106 components/previews/core/previews_black_list.cc:106: opt_out_store_->ClearBlackList(begin_time, end_time); On 2016/10/04 00:16:59, ...
4 years, 2 months ago (2016-10-04 01:31:46 UTC) #15
msramek
browsing_data/ LGTM https://codereview.chromium.org/2387823002/diff/1/chrome/browser/browsing_data/browsing_data_remover.cc File chrome/browser/browsing_data/browsing_data_remover.cc (right): https://codereview.chromium.org/2387823002/diff/1/chrome/browser/browsing_data/browsing_data_remover.cc#newcode733 chrome/browser/browsing_data/browsing_data_remover.cc:733: previews_service->previews_ui_service()->ClearBlackList(delete_begin_, On 2016/10/03 17:23:13, Ryan Sturm wrote: ...
4 years, 2 months ago (2016-10-04 09:06:18 UTC) #16
RyanSturm
https://codereview.chromium.org/2387823002/diff/1/chrome/browser/browsing_data/browsing_data_remover.cc File chrome/browser/browsing_data/browsing_data_remover.cc (right): https://codereview.chromium.org/2387823002/diff/1/chrome/browser/browsing_data/browsing_data_remover.cc#newcode733 chrome/browser/browsing_data/browsing_data_remover.cc:733: previews_service->previews_ui_service()->ClearBlackList(delete_begin_, On 2016/10/04 09:06:18, msramek wrote: > On 2016/10/03 ...
4 years, 2 months ago (2016-10-04 20:27:23 UTC) #19
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/2387823002/40001
4 years, 2 months ago (2016-10-04 20:49:35 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-04 20:58:55 UTC) #25
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 21:01:28 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/84af4a126bf6503d253be5e29b6ed3752e933017
Cr-Commit-Position: refs/heads/master@{#422926}

Powered by Google App Engine
This is Rietveld 408576698