| Index: chrome/browser/storage/durable_storage_permission_context.cc
|
| diff --git a/chrome/browser/storage/durable_storage_permission_context.cc b/chrome/browser/storage/durable_storage_permission_context.cc
|
| index eb31debc8d441c1609f98c6348e9d14c695b09d7..9b898071ce0b002255faa43d31b6b25e8ee3ca5f 100644
|
| --- a/chrome/browser/storage/durable_storage_permission_context.cc
|
| +++ b/chrome/browser/storage/durable_storage_permission_context.cc
|
| @@ -29,7 +29,8 @@ using bookmarks::BookmarkModel;
|
| DurableStoragePermissionContext::DurableStoragePermissionContext(
|
| Profile* profile)
|
| : PermissionContextBase(profile,
|
| - CONTENT_SETTINGS_TYPE_DURABLE_STORAGE) {}
|
| + CONTENT_SETTINGS_TYPE_DURABLE_STORAGE,
|
| + blink::WebFeaturePolicyFeature::kNotFound) {}
|
|
|
| void DurableStoragePermissionContext::DecidePermission(
|
| content::WebContents* web_contents,
|
|
|