| Index: content/public/common/content_paths.h
|
| diff --git a/content/public/common/content_paths.h b/content/public/common/content_paths.h
|
| index 3019762d6349b37394f30d07df45ace6bf73084a..df686adf39e52630e1b51c38846782f25bcdb078 100644
|
| --- a/content/public/common/content_paths.h
|
| +++ b/content/public/common/content_paths.h
|
| @@ -23,14 +23,6 @@ enum {
|
|
|
| // Directory where the Media libraries reside.
|
| DIR_MEDIA_LIBS,
|
| - // Returns the LayoutTests path for layout tests. For the current git
|
| - // workflow, it returns
|
| - // third_party/WebKit/LayoutTests
|
| - // On svn workflow (including build machines) and older git workflow, it
|
| - // returns
|
| - // content/test/data/layout_tests/LayoutTests
|
| - // See http://crbug.com/105104.
|
| - DIR_LAYOUT_TESTS,
|
|
|
| PATH_END
|
| };
|
|
|