| Index: ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
|
| diff --git a/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h b/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
|
| index 73bff1808c4f2d29fea204c8ceae2ee11447f3bb..6f14bc4d7a9ec13eddc14907aa022fe7049dc5aa 100644
|
| --- a/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
|
| +++ b/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
|
| @@ -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
|
|
|