Home
last modified time | relevance | path

Searched refs:resource_file_path (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_protocols.cc169 FilePath resource_file_path; in CreateExtensionURLRequestJob() local
174 resource_file_path = resource.GetFilePath(); in CreateExtensionURLRequestJob()
176 return new net::URLRequestFileJob(request, resource_file_path); in CreateExtensionURLRequestJob()