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

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

Issue 2110343002: Reintroduce plumbing for user gesture into permission system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 years, 6 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
Index: chrome/browser/background_sync/background_sync_permission_context.h
diff --git a/chrome/browser/background_sync/background_sync_permission_context.h b/chrome/browser/background_sync/background_sync_permission_context.h
index 2b109ff50ec39bd24bdb32b2abeea0d5a32aa78c..721ed514bda8410779864dabcfaa7113d2527701 100644
--- a/chrome/browser/background_sync/background_sync_permission_context.h
+++ b/chrome/browser/background_sync/background_sync_permission_context.h
@@ -32,6 +32,7 @@ class BackgroundSyncPermissionContext : public PermissionContextBase {
const PermissionRequestID& id,
const GURL& requesting_origin,
const GURL& embedding_origin,
+ bool user_gesture,
const BrowserPermissionCallback& callback) override;
bool IsRestrictedToSecureOrigins() const override;
« no previous file with comments | « blimp/engine/app/blimp_permission_manager.cc ('k') | chrome/browser/background_sync/background_sync_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698