Remove the overwrite parameter from PrefProvider::ReadContentSettingsFromPref
commitef44b2744f9e2ab0e80c480c27faf0af162760d6
authorraymes <raymes@chromium.org>
Tue, 3 Mar 2015 03:24:47 +0000 (2 19:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 3 Mar 2015 03:25:42 +0000 (3 03:25 +0000)
treeb5af931fcdcaa8071836da5aad6c60a6276beaa3
parent7c665abd53c837cffaab0e0b62b2a2960dc58888
Remove the overwrite parameter from PrefProvider::ReadContentSettingsFromPref

The overwrite parameter determines whether the value_map_ member should be cleared.
The only time it is called with "false" is from the constructor at which point
value_map_ should be empty anyway. So we should be able just to remove this
parameter.

Review URL: https://codereview.chromium.org/965793003

Cr-Commit-Position: refs/heads/master@{#318829}
components/content_settings/core/browser/content_settings_pref_provider.cc
components/content_settings/core/browser/content_settings_pref_provider.h