| Index: components/nacl/renderer/json_manifest.h
|
| diff --git a/components/nacl/renderer/json_manifest.h b/components/nacl/renderer/json_manifest.h
|
| index 7fdb1ab9e18d1af97f8ce2c9dddb892bd622b7d4..7b12f0f671825a116ac8ef33077c0c45aa818086 100644
|
| --- a/components/nacl/renderer/json_manifest.h
|
| +++ b/components/nacl/renderer/json_manifest.h
|
| @@ -50,6 +50,10 @@ class JsonManifest {
|
| bool* uses_nonsfi_mode,
|
| ErrorInfo* error_info) const;
|
|
|
| + // Gets all the URLs in the "files" section.
|
| + bool GetFilesUrl(std::vector<std::string>* full_urls,
|
| + std::vector<std::string>* keys) const;
|
| +
|
| // Resolves a key from the "files" section to a fully resolved URL,
|
| // i.e., relative URL values are fully expanded relative to the
|
| // manifest's URL (via ResolveURL).
|
|
|