Reviewer source(s):
pasta...@chromium.org is from context(chrome/enterprise/gwsq/enterprise-policy-review.gwsq)
| 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. |
| Code-Review | +1 |
void BrowserCommandController::UpdateCommandsForDevTools() {I think we can remove this method now, since the commands are always enabled and are never updated.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
void BrowserCommandController::UpdateCommandsForDevTools() {I think we can remove this method now, since the commands are always enabled and are never updated.
| 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. |
| Code-Review | +1 |
LGTM from the enterprise perspective, but add a Finch flag as discussed offline.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm
Previously, the Developer Tools button would be greyed out if the feature was disabled by an enterprise policy. This visual state prevented users from clicking the button to see the dialog window that explains why it is unavailable.
This change keeps the button active (not greyed out) so that users can click it to view the explanatory dialog.nit: Can we wrap the description to 72 cols?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |