Searched refs:certificate_path (Results 1 – 1 of 1) sorted by relevance
358 FilePath certificate_path(certificates_dir_); in AddCommandLineArguments() local359 certificate_path = certificate_path.Append( in AddCommandLineArguments()361 if (!file_util::PathExists(certificate_path)) { in AddCommandLineArguments()362 LOG(ERROR) << "Certificate path " << certificate_path.value() in AddCommandLineArguments()366 command_line->AppendSwitchPath("https", certificate_path); in AddCommandLineArguments()