Chromium Code Reviews| Index: chromecast/common/cast_paths.h |
| diff --git a/chromecast/common/cast_paths.h b/chromecast/common/cast_paths.h |
| index d7b43a4c2e1c5b64022a8adfecdee48eea4571a7..7635043332f6eaf8181aafa9686bd221c15a2bfc 100644 |
| --- a/chromecast/common/cast_paths.h |
| +++ b/chromecast/common/cast_paths.h |
| @@ -16,6 +16,8 @@ enum { |
| DIR_CAST_HOME, // Return a modified $HOME which works for both |
| // development use and the actual device. |
| + FILE_CAST_CONFIG, // Config/preferences file path, defaults to |
| + // "$HOME/.eureka.conf". |
|
lcwu1
2014/08/08 00:22:38
s/.eureka.conf/cast_shell.conf, or simply don't me
gunsch
2014/08/08 00:26:36
Done.
|
| PATH_END |
| }; |