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

Unified Diff: chrome/browser/browsing_data/browsing_data_remover.h

Issue 2354843006: [Durable] Clear durable permission when clearing site data. (Closed)
Patch Set: fix test Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_remover.h
diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
index 44f8aa06cade1dcab278a72fbf0290babbd4f953..cd8d4b2823cdd4d8e16b4dcc28538972a69aee6c 100644
--- a/chrome/browser/browsing_data/browsing_data_remover.h
+++ b/chrome/browser/browsing_data/browsing_data_remover.h
@@ -127,6 +127,8 @@ class BrowsingDataRemover : public KeyedService
#if BUILDFLAG(ANDROID_JAVA_UI)
REMOVE_WEBAPP_DATA = 1 << 18,
#endif
+ REMOVE_DURABLE_PERMISSION = 1 << 19,
+
// The following flag is used only in tests. In normal usage, hosted app
// data is controlled by the REMOVE_COOKIES flag, applied to the
// protected-web origin.
@@ -146,7 +148,8 @@ class BrowsingDataRemover : public KeyedService
#if BUILDFLAG(ANDROID_JAVA_UI)
REMOVE_WEBAPP_DATA |
#endif
- REMOVE_SITE_USAGE_DATA,
+ REMOVE_SITE_USAGE_DATA |
+ REMOVE_DURABLE_PERMISSION,
// Datatypes that can be deleted partially per URL / origin / domain,
// whichever makes sense.
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698