Commit c3639cbb authored by Christian Dullweber's avatar Christian Dullweber Committed by Commit Bot

Fix comment in BrowsingDataRemover

Fix spelling mistake. The constant is called FILTERABLE_DATA_TYPES and not
FILTERABLE_DATATYPES.

Tbr: jochen@chromium.org

Change-Id: Id01c1081169aadc7544d1bd2beaf5050bdb26cf1
Reviewed-on: https://chromium-review.googlesource.com/1142782Reviewed-by: default avatarJochen Eisinger <jochen@chromium.org>
Reviewed-by: default avatarMartin Šrámek <msramek@chromium.org>
Commit-Queue: Christian Dullweber <dullweber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576449}
parent 1e2f6719
...@@ -168,7 +168,7 @@ class BrowsingDataRemover { ...@@ -168,7 +168,7 @@ class BrowsingDataRemover {
// Like Remove(), but in case of URL-keyed only removes data whose URL match // Like Remove(), but in case of URL-keyed only removes data whose URL match
// |filter_builder| (e.g. are on certain origin or domain). // |filter_builder| (e.g. are on certain origin or domain).
// RemoveWithFilter() currently only works with FILTERABLE_DATATYPES. // RemoveWithFilter() currently only works with FILTERABLE_DATA_TYPES.
virtual void RemoveWithFilter( virtual void RemoveWithFilter(
const base::Time& delete_begin, const base::Time& delete_begin,
const base::Time& delete_end, const base::Time& delete_end,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment