| Index: chromecast/common/cast_paths.h
|
| diff --git a/chromecast/common/cast_paths.h b/chromecast/common/cast_paths.h
|
| index d7b43a4c2e1c5b64022a8adfecdee48eea4571a7..488755b8513c758d4cab21f298bd4b58e020f01f 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.
|
|
|
| + PATH_CAST_CONFIG, // Config/preferences file path, defaults to
|
| + // "$HOME/.eureka.conf".
|
| PATH_END
|
| };
|
|
|
|
|