| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
base::Value value_for_version(base::Value::Type::DICT);
value_for_version.GetDict().Set("action", action);nit: code golf
```
return base::Value::Dict().Set(
extension_version,
base::Value::Dict().Set("action", action));
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
base::Value value_for_version(base::Value::Type::DICT);
value_for_version.GetDict().Set("action", action);nit: code golf
```
return base::Value::Dict().Set(
extension_version,
base::Value::Dict().Set("action", action));
```
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
7 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: chrome/browser/policy/cloud/extension_install_policy_service_browsertest.cc
Insertions: 2, Deletions: 1.
The diff is too large to show. Please review the diff.
```
```
The name of the file: chrome/browser/policy/cloud/extension_install_policy_service_unittest.cc
Insertions: 6, Deletions: 5.
The diff is too large to show. Please review the diff.
```
[EICP] Add tests for ExtensionInstallPolicyService
Added unit tests for IsExtensionAllowed
Added browser tests for CanInstallExtension, with policy at machine level
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |