| Auto-Submit | +1 |
PTAL! LMK if there are any gotchas that I'm missing.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
DUMP_WILL_BE_NOTREACHED();This can still be reached via a compromised renderer at the moment, so we don't want it to be a CHECK() until that's fixed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
DUMP_WILL_BE_NOTREACHED();This can still be reached via a compromised renderer at the moment, so we don't want it to be a CHECK() until that's fixed.
Ack. `DUMP_WILL_BE_NOTREACHED()` will be just do a non-crashing dump for now. It also indicates that one day, this will be replaced by a `NOTREACHED()` (or just deleted in our case).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Delete unused PCMQueueInAudioInputStream
Comments in `media/audio/apple/audio_input.cc` mention that Pepper is
the only place where we create AUDIO_PCM_LINEAR input devices.
Looking at UMAs, it seems that
"Media.Audio.InputStartupSuccessMac_HighLatency" has not received any
entries recently.
This CL deletes the unused class and files.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |