| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index 36fee38a162d26c4541a524014af9b185faba471..704b6effc22eb366b639763bf3ea5b285ca58d40 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -1053,7 +1053,7 @@ void ResourceDispatcherHostImpl::BeginRequest(
|
|
|
| if (request->has_upload()) {
|
| // Block power save while uploading data.
|
| - throttles.push_back(new PowerSaveBlockResourceThrottle("Uploading data."));
|
| + throttles.push_back(new PowerSaveBlockResourceThrottle());
|
| }
|
|
|
| if (request_data.resource_type == ResourceType::MAIN_FRAME) {
|
|
|