| Index: chrome/browser/browsing_data/browsing_data_remover.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
|
| index eaebce698fa0483cfe9785d14579f16c469ce0cd..44f8aa06cade1dcab278a72fbf0290babbd4f953 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.h
|
| @@ -305,8 +305,6 @@ class BrowsingDataRemover : public KeyedService
|
| // The clear API needs to be able to toggle removing_ in order to test that
|
| // only one BrowsingDataRemover instance can be called at a time.
|
| FRIEND_TEST_ALL_PREFIXES(ExtensionBrowsingDataTest, OneAtATime);
|
| - // Testing our static method, ClearSettingsForOneTypeWithPredicate.
|
| - FRIEND_TEST_ALL_PREFIXES(BrowsingDataRemoverTest, ClearWithPredicate);
|
| // Testing the private RemovalTask.
|
| FRIEND_TEST_ALL_PREFIXES(BrowsingDataRemoverTest, MultipleTasks);
|
|
|
| @@ -337,17 +335,6 @@ class BrowsingDataRemover : public KeyedService
|
| Observer* observer;
|
| };
|
|
|
| - // Clears all host-specific settings for one content type that satisfy the
|
| - // given predicate.
|
| - //
|
| - // This should only be called on the UI thread.
|
| - static void ClearSettingsForOneTypeWithPredicate(
|
| - HostContentSettingsMap* content_settings_map,
|
| - ContentSettingsType content_type,
|
| - const base::Callback<
|
| - bool(const ContentSettingsPattern& primary_pattern,
|
| - const ContentSettingsPattern& secondary_pattern)>& predicate);
|
| -
|
| void Shutdown() override;
|
|
|
| // Setter for |is_removing_|; DCHECKs that we can only start removing if we're
|
|
|