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

Unified Diff: ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.mm

Issue 2289853002: Extend the origin-based deletion in TemplateURLService to an URL filter (Closed)
Patch Set: Addressed comments. Created 4 years, 4 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
« no previous file with comments | « components/search_engines/template_url_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.mm
diff --git a/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.mm b/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.mm
index 61d6df52f54462e1265ce63f97819cbd176403cd..f06420eba9c1b0054483253aabc33266c8774ccb 100644
--- a/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.mm
+++ b/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.mm
@@ -191,8 +191,7 @@ void IOSChromeBrowsingDataRemover::RemoveImpl(int remove_mask) {
keywords_model->Load();
waiting_for_clear_keyword_data_ = true;
} else if (keywords_model) {
- keywords_model->RemoveAutoGeneratedForOriginBetween(
- GURL(), delete_begin_, delete_end_);
+ keywords_model->RemoveAutoGeneratedBetween(delete_begin_, delete_end_);
}
}
« no previous file with comments | « components/search_engines/template_url_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698