| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index a34393c6f30dd41cf650d729f97f9dd9cf069702..5ee2342a6a9f4a63e3bd84fc20841429eb4331c0 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -3592,7 +3592,7 @@ void TestingAutomationProvider::ClearBrowsingData(
|
|
|
| remover->AddObserver(
|
| new AutomationProviderBrowsingDataObserver(this, reply_message));
|
| - remover->Remove(remove_mask);
|
| + remover->Remove(remove_mask, BrowsingDataRemover::UNPROTECTED_WEB);
|
| // BrowsingDataRemover deletes itself using DeleteTask.
|
| // The observer also deletes itself after sending the reply.
|
| }
|
|
|