| 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 eaaf5b320c9754541a8c63f7af0c292e8895cd76..addfa6812e02f990cc0df0e0ad1e12d3a0510fae 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -3832,7 +3832,7 @@ void TestingAutomationProvider::ClearBrowsingData(
|
| std::map<std::string, int> string_to_mask_value;
|
| string_to_mask_value["HISTORY"] = BrowsingDataRemover::REMOVE_HISTORY;
|
| string_to_mask_value["DOWNLOADS"] = BrowsingDataRemover::REMOVE_DOWNLOADS;
|
| - string_to_mask_value["COOKIES"] = BrowsingDataRemover::REMOVE_COOKIES;
|
| + string_to_mask_value["COOKIES"] = BrowsingDataRemover::REMOVE_SITE_DATA;
|
| string_to_mask_value["PASSWORDS"] = BrowsingDataRemover::REMOVE_PASSWORDS;
|
| string_to_mask_value["FORM_DATA"] = BrowsingDataRemover::REMOVE_FORM_DATA;
|
| string_to_mask_value["CACHE"] = BrowsingDataRemover::REMOVE_CACHE;
|
|
|