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

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

Issue 1472863002: Upstream downstream forks of ios_chrome_browsing_data_remover.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | 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.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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698