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

Unified Diff: chrome/browser/background_sync/background_sync_permission_context.cc

Issue 2898663002: Implement feature policy checks in the browser process (Closed)
Patch Set: Implement feature policy checks in the browser process Created 3 years, 7 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/geolocation/geolocation_permission_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background_sync/background_sync_permission_context.cc
diff --git a/chrome/browser/background_sync/background_sync_permission_context.cc b/chrome/browser/background_sync/background_sync_permission_context.cc
index 84350dd9d7dff9db7df325a1083dd76ee04dae7c..74a48d91008f9ffdb96682ebdeb8283df37774cb 100644
--- a/chrome/browser/background_sync/background_sync_permission_context.cc
+++ b/chrome/browser/background_sync/background_sync_permission_context.cc
@@ -10,7 +10,8 @@
BackgroundSyncPermissionContext::BackgroundSyncPermissionContext(
Profile* profile)
: PermissionContextBase(profile,
- CONTENT_SETTINGS_TYPE_BACKGROUND_SYNC) {}
+ CONTENT_SETTINGS_TYPE_BACKGROUND_SYNC,
+ blink::WebFeaturePolicyFeature::kNotFound) {}
void BackgroundSyncPermissionContext::CancelPermissionRequest(
content::WebContents* web_contents,
« no previous file with comments | « no previous file | chrome/browser/geolocation/geolocation_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698