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

Unified Diff: chrome/browser/storage/durable_storage_permission_context.h

Issue 2385653005: [DurableStorage] Don't grant durable if origin cannot write cookies. (Closed)
Patch Set: addressed comments, added test Created 4 years, 2 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/storage/durable_storage_permission_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/storage/durable_storage_permission_context.h
diff --git a/chrome/browser/storage/durable_storage_permission_context.h b/chrome/browser/storage/durable_storage_permission_context.h
index 69ffeb8c6f5dc47385e078b0ab91ccb7e43c19f0..c779e0b7544579e3296ecd48bb58d530f8f2e4be 100644
--- a/chrome/browser/storage/durable_storage_permission_context.h
+++ b/chrome/browser/storage/durable_storage_permission_context.h
@@ -17,7 +17,7 @@ class DurableStoragePermissionContext : public PermissionContextBase {
~DurableStoragePermissionContext() override = default;
// PermissionContextBase implementation.
- // Grant if requesting_origin is bookmarked or already granted.
+ // Grant if requesting_origin is bookmarked.
void DecidePermission(content::WebContents* web_contents,
const PermissionRequestID& id,
const GURL& requesting_origin,
« no previous file with comments | « no previous file | chrome/browser/storage/durable_storage_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698