| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index bdc86e722f26793dddd5762a6b5596e30e4da5a4..8d2139c7e0a289bf339cf535f565824f11d8388b 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -3705,7 +3705,7 @@ void TestingAutomationProvider::GetInitialLoadTimes(
|
| initial_load_observer_->GetTimingInformation());
|
|
|
| std::string json_return;
|
| - base::JSONWriter::Write(return_value.get(), false, &json_return);
|
| + base::JSONWriter::Write(return_value.get(), &json_return);
|
| AutomationMsg_SendJSONRequest::WriteReplyParams(
|
| reply_message, json_return, true);
|
| Send(reply_message);
|
|
|