| 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 2faca4508fddfddcd2b7758b40413035d9b9c579..4a9f16dfbfbc9dfca8960a58ff7b48b0f4660075 100644
|
| --- a/chrome/browser/background_sync/background_sync_permission_context.cc
|
| +++ b/chrome/browser/background_sync/background_sync_permission_context.cc
|
| @@ -27,6 +27,7 @@ void BackgroundSyncPermissionContext::DecidePermission(
|
| const PermissionRequestID& id,
|
| const GURL& requesting_origin,
|
| const GURL& embedding_origin,
|
| + bool user_gesture,
|
| const BrowserPermissionCallback& callback) {
|
| // The user should never be prompted to authorize background sync.
|
| NOTREACHED();
|
|
|