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

Issue 2637043002: Move plugins to ChromeBrowsingDataRemoverDelegate. (Closed)

Created:
3 years, 11 months ago by msramek
Modified:
3 years, 11 months ago
Reviewers:
Mike West
CC:
chromium-reviews, markusheintz_, msramek+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move plugins to ChromeBrowsingDataRemoverDelegate. Plugins are known to //content and can be deleted in bulk by PluginDataRemover in //content/public. However, the filtered deletion of plugin data is done by BrowsingDataFlashLSOHelper which has strong //chrome dependencies (through PepperFlashSettingsManager, PluginPrefs etc.). It is not clear yet whether these dependencies can be resolved, and so it should be assumed that the filtered deletion of plugin data must remain in //chrome. As it makes no sense to split the PLUGINS datatype into bulk deletion performed in //chrome and filtered deletion performed in //content, we move the entire datatype into //chrome - at least for now. Note that no functionality is lost, as //content can still use PluginDataRemover for bulk removal of plugin data directly. BUG=668114 Review-Url: https://codereview.chromium.org/2637043002 Cr-Commit-Position: refs/heads/master@{#444037} Committed: https://chromium.googlesource.com/chromium/src/+/1e12faa9d69777beeccec850b17f79b98682d2a7

Patch Set 1 #

Patch Set 2 : Added a TODO. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -139 lines) Patch
M chrome/browser/browsing_data/browsing_data_remover.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover_impl.h View 5 chunks +0 lines, -32 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover_impl.cc View 1 2 7 chunks +1 line, -92 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h View 4 chunks +29 lines, -1 line 0 comments Download
M chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc View 8 chunks +108 lines, -11 lines 0 comments Download

Messages

Total messages: 22 (15 generated)
msramek
Hi Mike! Please have a look! I don't know yet if it is actually possible ...
3 years, 11 months ago (2017-01-17 10:52:05 UTC) #7
Mike West
On 2017/01/17 at 10:52:05, msramek wrote: > Hi Mike! > > Please have a look! ...
3 years, 11 months ago (2017-01-17 11:22:54 UTC) #8
msramek
Thanks! There already is a comment and a TODO in the delegate, I now also ...
3 years, 11 months ago (2017-01-17 11:41:31 UTC) #11
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/2637043002/40001
3 years, 11 months ago (2017-01-17 11:42:01 UTC) #14
commit-bot: I haz the power
Failed to apply patch for chrome/browser/browsing_data/browsing_data_remover_impl.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-17 12:22:20 UTC) #16
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/2637043002/60001
3 years, 11 months ago (2017-01-17 12:32:25 UTC) #19
commit-bot: I haz the power
3 years, 11 months ago (2017-01-17 13:12:59 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/1e12faa9d69777beeccec850b17f...

Powered by Google App Engine
This is Rietveld 408576698