| 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..a77a8a4e50631fc7c8828a5efff4daa42d94bf13 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -3592,7 +3592,8 @@ void TestingAutomationProvider::ClearBrowsingData(
|
|
|
| remover->AddObserver(
|
| new AutomationProviderBrowsingDataObserver(this, reply_message));
|
| - remover->Remove(remove_mask);
|
| + remover->Remove(remove_mask,
|
| + BrowsingDataRemover::REMOVE_FROM_UNPROTECTED_ORIGINS);
|
| // BrowsingDataRemover deletes itself using DeleteTask.
|
| // The observer also deletes itself after sending the reply.
|
| }
|
|
|