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

Unified Diff: components/browsing_data/core/browsing_data_utils.h

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fixes Created 3 years, 8 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
Index: components/browsing_data/core/browsing_data_utils.h
diff --git a/components/browsing_data/core/browsing_data_utils.h b/components/browsing_data/core/browsing_data_utils.h
index 97cc7b1273ece43739b2b3d36a1f5c9fbe0711ea..133e744a3b7d2d64c42da85c76012ef92f2f23fe 100644
--- a/components/browsing_data/core/browsing_data_utils.h
+++ b/components/browsing_data/core/browsing_data_utils.h
@@ -25,6 +25,7 @@ enum class BrowsingDataType {
PASSWORDS,
FORM_DATA,
BOOKMARKS,
+ SITE_SETTINGS,
NUM_TYPES
};

Powered by Google App Engine
This is Rietveld 408576698