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

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

Issue 1726323002: Have Permission{Manager,Service} use Origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 9 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..f49f33e5af32659bc659a2fc29628c64e0c93c6e 100644
--- a/chrome/browser/background_sync/background_sync_permission_context.h
+++ b/chrome/browser/background_sync/background_sync_permission_context.h
@@ -30,8 +30,8 @@ class BackgroundSyncPermissionContext : public PermissionContextBase {
// PermissionContextBase:
void DecidePermission(content::WebContents* web_contents,
const PermissionRequestID& id,
- const GURL& requesting_origin,
- const GURL& embedding_origin,
+ const url::Origin& requesting_origin,
+ const url::Origin& embedding_origin,
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