Chromium Code Reviews
DescriptionMove 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. #
Messages
Total messages: 22 (15 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||