| Index: chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.cc
|
| diff --git a/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.cc b/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.cc
|
| index 0938b0d2df1e98e429ea4e7ada4f1bf285b0af0a..d73b3878951ba5ad34aaf941a64003b090a73add 100644
|
| --- a/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.cc
|
| +++ b/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.cc
|
| @@ -565,10 +565,9 @@
|
| // icon and won't extract any data.
|
| "notifications",
|
|
|
| - // User is prompted (allow/deny) when an extension requests pageCapture for
|
| - // the first time in a session. The request is made via
|
| - // chrome.pageCapture.saveAsMHTML call.
|
| - "pageCapture",
|
| + // Captures page content, so block. Alternatively: Allow, but either (1)
|
| + // prompt user or (2) return blank content.
|
| + // "pageCapture",
|
|
|
| // Allows to use machine crypto keys - these would be provisioned by the
|
| // admin anyways.
|
|
|