Remove base::Value::GetAsBinary
https://codereview.chromium.org/2839753005
This commit is contained in:
parent
f847291272
commit
ba2f33d629
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ void URLRequestBufferJob::StartAsync(std::unique_ptr<base::Value> options) {
|
|||
dict->GetString("charset", &charset_);
|
||||
dict->GetBinary("data", &binary);
|
||||
} else if (options->IsType(base::Value::Type::BINARY)) {
|
||||
options->GetAsBinary(&binary);
|
||||
binary = options.get();
|
||||
}
|
||||
|
||||
if (mime_type_.empty()) {
|
||||
|
|
Loading…
Reference in a new issue