| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
PdfViewerAllowedWhenDevtoolsAllowed) {Ik was thinking more about the default value here, than allowed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Ik was thinking more about the default value here, than allowed.
| 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 |
if (!server->Started()) {NIT: You can likely replace this entire block with just:
```cpp
ASSERT_TRUE(server->Start());
```
`InProcessBrowserTest` already configures the default `embedded_test_server()` to serve files from `chrome/test/data`, and `Start()` encapsulates the initialization and listening steps.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |