// Allows processing of input before a frame has been committed. // TODO(schenney): Remove when crbug.com/987626 is fixed. const char kAllowPreCommitInput[] = "allow-pre-commit-input"; // By default, file:// URIs cannot read other file:// URIs. This is an // override for develop...