Is your feature request related to a problem? Please describe.
Chrome shows a "Free up space to continue" notification. This looks out of place in embedded apps and the "Choose sites to clear" button launches a fully-styled Chromium window.

Describe the solution you'd like
Add an option to disable this notification.
Additional context
This notification is triggered via ShowStoragePressureBubble. It can be disabled in StoragePartitionImpl by having ProfileImpl::GetStorageNotificationService return nullptr.
Is your feature request related to a problem? Please describe.
Chrome shows a "Free up space to continue" notification. This looks out of place in embedded apps and the "Choose sites to clear" button launches a fully-styled Chromium window.
Describe the solution you'd like
Add an option to disable this notification.
Additional context
This notification is triggered via ShowStoragePressureBubble. It can be disabled in StoragePartitionImpl by having ProfileImpl::GetStorageNotificationService return nullptr.