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

Unified Diff: headless/lib/browser/headless_browser_context_impl.h

Issue 2771993003: Added headless permission manager. This permissions manager simply acks all permission requests wit… (Closed)
Patch Set: Added headless permission manager. This permissions manager simply acks all permission requests wit… Created 3 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
« no previous file with comments | « headless/BUILD.gn ('k') | headless/lib/browser/headless_browser_context_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_browser_context_impl.h
diff --git a/headless/lib/browser/headless_browser_context_impl.h b/headless/lib/browser/headless_browser_context_impl.h
index 8d39dfcb44b2a935716be11cf8a9dcc413cdf020..688244917936123d7ac9e369501f85f4135758bb 100644
--- a/headless/lib/browser/headless_browser_context_impl.h
+++ b/headless/lib/browser/headless_browser_context_impl.h
@@ -98,6 +98,8 @@ class HeadlessBrowserContextImpl : public HeadlessBrowserContext,
std::unordered_map<std::string, std::unique_ptr<HeadlessWebContents>>
web_contents_map_;
+ std::unique_ptr<content::PermissionManager> permission_manager_;
+
std::string id_;
DISALLOW_COPY_AND_ASSIGN(HeadlessBrowserContextImpl);
« no previous file with comments | « headless/BUILD.gn ('k') | headless/lib/browser/headless_browser_context_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698