Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/file_system.py |
| diff --git a/chrome/common/extensions/docs/server2/file_system.py b/chrome/common/extensions/docs/server2/file_system.py |
| index 617d43ab2e4becc89d8f3ee46b78d2b1e70d2c95..01c439913feefe37e9d70ee097641bfdec7bb7e9 100644 |
| --- a/chrome/common/extensions/docs/server2/file_system.py |
| +++ b/chrome/common/extensions/docs/server2/file_system.py |
| @@ -21,7 +21,7 @@ class FileSystem(object): |
| def __init__(self, version): |
| self.version = version |
| - def Read(self, paths): |
| + def Read(self, paths, binary=False): |
| """Reads each file in paths and returns a dictionary mapping the path to the |
| contents. If a path in paths ends with a '/', it is assumed to be a |
| directory, and a list of files in the directory is mapped to the path. |
|
not at google - send to devlin
2012/07/30 08:21:19
Could you add like
If binary=False, the contents
cduvall
2012/07/30 18:27:31
Done.
|