Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: chrome/browser/automation/testing_automation_provider.cc

Issue 10413072: Teaching BrowsingDataRemover how to delete application data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
}

Powered by Google App Engine
This is Rietveld 408576698