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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2552203007: Public Sessions - prompt the user for pageCapture requests (Closed)
Patch Set: Changed pref name & location; removed incognito code Created 3 years, 11 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/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index b535457389f35354b93df6e2782008f61c9e980a..3ff4869561c99cbc6215e55f33e3f0b06fa020d0 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -959,6 +959,8 @@ static_library("extensions") {
"api/messaging/native_message_host_chromeos.cc",
"api/networking_private/crypto_verify_impl.cc",
"api/networking_private/crypto_verify_impl.h",
+ "api/page_capture/page_capture_permission_helper.cc",
+ "api/page_capture/page_capture_permission_helper.h",
"api/platform_keys/platform_keys_api.cc",
"api/platform_keys/platform_keys_api.h",
"api/platform_keys/verify_trust_api.cc",

Powered by Google App Engine
This is Rietveld 408576698