summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths.h
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 03:19:10 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 03:19:10 +0000
commite8d05dc6158ce2f6f1e9950feb28fe14bc278699 (patch)
tree0bdcba9b9bec66b0407de8301029969e67501a7b /chrome/common/chrome_paths.h
parenta3edc2a948b362f73412dfbdc410b1c9f7c0a7a5 (diff)
downloadchromium_src-e8d05dc6158ce2f6f1e9950feb28fe14bc278699.zip
chromium_src-e8d05dc6158ce2f6f1e9950feb28fe14bc278699.tar.gz
chromium_src-e8d05dc6158ce2f6f1e9950feb28fe14bc278699.tar.bz2
It can now be used in content without a layering violation.
This was discussed in https://chromiumcodereview.appspot.com/9693065/#msg11 BUG= TEST= Review URL: http://codereview.chromium.org/9820005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128155 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r--chrome/common/chrome_paths.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 31ddcfd..267880c 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -104,14 +104,6 @@ enum {
DIR_GEN_TEST_DATA, // Directory where generated test data resides.
DIR_TEST_DATA, // Directory where unit test data resides.
DIR_TEST_TOOLS, // Directory where unit test tools reside.
- DIR_LAYOUT_TESTS, // 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
- // chrome/test/data/layout_tests/LayoutTests
- // See, http://crbug.com/105104.
PATH_END
};