From 42ce29d4f464b36ddaebefb6d6c33e7418e93141 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Thu, 20 Jan 2011 23:19:46 +0000 Subject: Move ResourceBundle, DataPack to ui/base BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6263008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72038 0039d316-1c4b-4281-b951-d872f2087c98 --- app/app_paths.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/app_paths.h') diff --git a/app/app_paths.h b/app/app_paths.h index f807d60..d1cf12f0 100644 --- a/app/app_paths.h +++ b/app/app_paths.h @@ -14,15 +14,8 @@ namespace app { enum { PATH_START = 2000, - DIR_LOCALES, // Directory where locale resources are stored. DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files. - FILE_RESOURCES_PAK, // Path to the data .pak file which holds binary - // resources. - - // Valid only in development environment; TODO(darin): move these - DIR_TEST_DATA, // Directory where unit test data resides. - PATH_END }; -- cgit v1.1