Merge pull request #3732 from deepak1556/path_config_patch
fix chrome app and user path conflicts
This commit is contained in:
commit
0a81697116
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class FilePath;
|
|||
namespace chrome {
|
||||
|
||||
enum {
|
||||
PATH_START = 1000,
|
||||
PATH_START = 2000,
|
||||
|
||||
DIR_APP = PATH_START, // Directory where dlls and data reside.
|
||||
DIR_LOGS, // Directory where logs should be written.
|
||||
|
|
Loading…
Reference in a new issue