Commit 905c171b authored by sdefresne's avatar sdefresne Committed by Commit bot

Upstream downstream forks of ios_chrome_browsing_data_remover.h.

BUG=None

Review URL: https://codereview.chromium.org/1472863002

Cr-Commit-Position: refs/heads/master@{#361120}
parent 1ac0ca97
......@@ -52,6 +52,7 @@ class IOSChromeBrowsingDataRemover {
REMOVE_CHANNEL_IDS = 1 << 10,
REMOVE_GOOGLE_APP_LAUNCHER_DATA = 1 << 11,
REMOVE_CACHE_STORAGE = 1 << 12,
REMOVE_VISITED_LINKS = 1 << 13,
// "Site data" includes cookies, appcache, file systems, indexedDBs, local
// storage, webSQL, service workers, cache storage, plugin data, and web app
......@@ -60,7 +61,8 @@ class IOSChromeBrowsingDataRemover {
REMOVE_LOCAL_STORAGE |
REMOVE_CACHE_STORAGE |
REMOVE_WEBSQL |
REMOVE_CHANNEL_IDS,
REMOVE_CHANNEL_IDS |
REMOVE_VISITED_LINKS,
// Includes all the available remove options. Meant to be used by clients
// that wish to wipe as much data as possible from a ChromeBrowserState, to
......
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