parent
49fbb52b01
commit
cc350efbd8
5 changed files with 8 additions and 9 deletions
|
@ -33,7 +33,7 @@ URLRequestBufferJob::URLRequestBufferJob(
|
|||
}
|
||||
|
||||
void URLRequestBufferJob::StartAsync(std::unique_ptr<base::Value> options) {
|
||||
const base::BinaryValue* binary = nullptr;
|
||||
const base::Value* binary = nullptr;
|
||||
if (options->IsType(base::Value::Type::DICTIONARY)) {
|
||||
base::DictionaryValue* dict =
|
||||
static_cast<base::DictionaryValue*>(options.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue