diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 07:23:59 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 07:23:59 +0000 |
commit | e1cb0e9d4c4eb173d9ee99d9ba3cf5fbc3d38b6a (patch) | |
tree | 52421316ad00b2a4717c3952953ea643454a6b2f /chrome/common/chrome_paths.h | |
parent | 4344db043bab42ea807a0f7f2cab386d23ab3607 (diff) | |
download | chromium_src-e1cb0e9d4c4eb173d9ee99d9ba3cf5fbc3d38b6a.zip chromium_src-e1cb0e9d4c4eb173d9ee99d9ba3cf5fbc3d38b6a.tar.gz chromium_src-e1cb0e9d4c4eb173d9ee99d9ba3cf5fbc3d38b6a.tar.bz2 |
Load resources.pak, which should be located next to the chrome
binary. resources.pak will contain all the files we currently have in the
resources subdirectory (it currently only has net-internals files).
On Linux, this is an eager load (before the zygote), but on Mac
and Win, this is lazily loaded as needed. This isn't being used
yet, just adding the necessary plumbing for now.
BUG=42770
Review URL: http://codereview.chromium.org/2755006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49772 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 482e5da..69239ad 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -53,6 +53,9 @@ enum { FILE_LIBAVFORMAT, // Full path to libavformat media parsing // library. FILE_LIBAVUTIL, // Full path to libavutil media utility library. + FILE_RESOURCES_PACK, // Full path to the .pak file containing + // binary data (e.g., html files and images + // used by interal pages). #if defined(OS_CHROMEOS) FILE_CHROMEOS_API, // Full path to chrome os api shared object. #endif |