diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 06:37:48 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 06:37:48 +0000 |
commit | c81d12b9aec75336bc6eced5bf280bd5722a01b9 (patch) | |
tree | ed6e4138fd7d13f0af8ca039aaff2654650f5270 /app/app_paths.h | |
parent | 24a09cf354e5b96af790f4771ce745949633f9a1 (diff) | |
download | chromium_src-c81d12b9aec75336bc6eced5bf280bd5722a01b9.zip chromium_src-c81d12b9aec75336bc6eced5bf280bd5722a01b9.tar.gz chromium_src-c81d12b9aec75336bc6eced5bf280bd5722a01b9.tar.bz2 |
Remove DIR_THEMES, I removed themes/default.{dll,pak} a long
time ago.
Review URL: http://codereview.chromium.org/2809028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app_paths.h')
-rw-r--r-- | app/app_paths.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/app_paths.h b/app/app_paths.h index 250e6bf..2371377 100644 --- a/app/app_paths.h +++ b/app/app_paths.h @@ -13,7 +13,6 @@ namespace app { enum { PATH_START = 2000, - DIR_THEMES, // Directory where theme dll files are stored. DIR_LOCALES, // Directory where locale resources are stored. DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files. |