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

Unified Diff: content/public/browser/content_browser_client.h

Issue 1110323005: Expose SW accesses in "Cookies set by this page" UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 5 years, 8 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: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 842169cdf3cd14c632da889aec9a329d1f844f77..8b4c4a9a455e5c7e15f57d8ae90cad97f9b48388 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -292,7 +292,9 @@ class CONTENT_EXPORT ContentBrowserClient {
// This is called on the IO thread.
virtual bool AllowServiceWorker(const GURL& scope,
const GURL& first_party,
- content::ResourceContext* context);
+ content::ResourceContext* context,
+ int render_process_id,
+ int render_frame_id);
// Allow the embedder to control if the given cookie can be read.
// This is called on the IO thread.

Powered by Google App Engine
This is Rietveld 408576698