DescriptionRemove not needed ExtensionUpdater::default_params_ and its setter.
I was going to rename set_default_check_params() to
set_default_check_params_for_testing(), but then realized we don't
need this at all.
Then asargent@ pointed out that we don't even need the member
default_params_ in ExtensionUpdater.
One use of this was to specify check_blacklist (http://crrev.com/11339047),
however, later this was removed (http://crrev.com/23591050), but the
code stayed around.
Cleaning this up to remove confusion.
BUG=None
Test=unit_tests and browser_tests compiles under ChromeOS.
Committed: https://crrev.com/8fca7c925095e31450795e601fe5495874fe2212
Cr-Commit-Position: refs/heads/master@{#371524}
Patch Set 1 #
Total comments: 2
Patch Set 2 : removed ExtensionUpdater::default_params_ #
Messages
Total messages: 14 (8 generated)
|