fix lint-cpp
This commit is contained in:
parent
9f60673e4b
commit
13d363d1f1
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ void ToDictionary(base::DictionaryValue* details, net::URLRequest* request) {
|
|||
int64_t process_id = info->GetChildID();
|
||||
int64_t routing_id = info->GetRouteID();
|
||||
details->SetDouble("webContentsGetId", (process_id << 32) + routing_id);
|
||||
details->SetString("resourceType", ResourceTypeToString(info->GetResourceType()));
|
||||
details->SetString("resourceType",
|
||||
ResourceTypeToString(info->GetResourceType()));
|
||||
} else {
|
||||
details->SetString("resourceType", "other");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue