| 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..bd56ad2b55d6b890f456a3cf07228d0059b44fad 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -3590,9 +3590,10 @@ void TestingAutomationProvider::ClearBrowsingData(
|
| BrowsingDataRemover* remover = new BrowsingDataRemover(
|
| profile(), string_to_time_period[time_period], base::Time());
|
|
|
| + bool include_protected_origins = false;
|
| remover->AddObserver(
|
| new AutomationProviderBrowsingDataObserver(this, reply_message));
|
| - remover->Remove(remove_mask);
|
| + remover->Remove(remove_mask, include_protected_origins);
|
| // BrowsingDataRemover deletes itself using DeleteTask.
|
| // The observer also deletes itself after sending the reply.
|
| }
|
|
|