Chromium Code Reviews| Index: content/common/content_paths.h | 
| diff --git a/content/common/content_paths.h b/content/common/content_paths.h | 
| index 49720a0a0c61397671be3ba30a47ccb79c20f45e..cdf07a7f521962eb77c87f89cb9c20ab2fb8e734 100644 | 
| --- a/content/common/content_paths.h | 
| +++ b/content/common/content_paths.h | 
| @@ -17,6 +17,9 @@ enum { | 
| // Path and filename to the executable to use for child processes. | 
| CHILD_PROCESS_EXE = PATH_START, | 
| + // Valid only in development environment | 
| + DIR_TEST_DATA, | 
| + | 
| PATH_END | 
| }; |