Index: chrome/browser/permissions/permission_util.h |
diff --git a/chrome/browser/permissions/permission_util.h b/chrome/browser/permissions/permission_util.h |
index 414278b848019d8a2665f510e244547ce17de978..a51bbc0933d2b3a8de83efe609016ef265007267 100644 |
--- a/chrome/browser/permissions/permission_util.h |
+++ b/chrome/browser/permissions/permission_util.h |
@@ -53,6 +53,8 @@ class PermissionUtil { |
static bool GetPermissionType(ContentSettingsType type, |
content::PermissionType* out); |
+ static bool ShouldShowPersistenceToggle(); |
+ |
// A scoped class that will check the current resolved content setting on |
// construction and report a revocation metric accordingly if the revocation |
// condition is met (from ALLOW to something else). |