| Index: chrome/browser/ui/webui/nacl_ui.cc
|
| diff --git a/chrome/browser/ui/webui/nacl_ui.cc b/chrome/browser/ui/webui/nacl_ui.cc
|
| index 276468acd5dc86b3f8c6cf1eef57aa64624e9fc2..22a2027b18114e99513d9a0ccb5dfcebc08698ba 100644
|
| --- a/chrome/browser/ui/webui/nacl_ui.cc
|
| +++ b/chrome/browser/ui/webui/nacl_ui.cc
|
| @@ -365,8 +365,7 @@ void NaClDomHandler::MaybeRespondToPage() {
|
| if (!pnacl_path_validated_) {
|
| std::string* version_string = new std::string;
|
| base::PostTaskWithTraitsAndReplyWithResult(
|
| - FROM_HERE, base::TaskTraits().MayBlock().WithPriority(
|
| - base::TaskPriority::BACKGROUND),
|
| + FROM_HERE, {base::MayBlock(), base::TaskPriority::BACKGROUND},
|
| base::Bind(&CheckPathAndVersion, version_string),
|
| base::Bind(&NaClDomHandler::DidCheckPathAndVersion,
|
| weak_ptr_factory_.GetWeakPtr(),
|
|
|