diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 11:49:25 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 11:49:25 +0000 |
commit | 1a40dd7f41286f3d8220a3711ff7f89cf7b4efe5 (patch) | |
tree | 7138c88a5e12fc12ff0c27d16a72c71acb91b68e /chrome/common/chrome_paths.h | |
parent | 7c24af349c6756ada9398c77783794c067a639cc (diff) | |
download | chromium_src-1a40dd7f41286f3d8220a3711ff7f89cf7b4efe5.zip chromium_src-1a40dd7f41286f3d8220a3711ff7f89cf7b4efe5.tar.gz chromium_src-1a40dd7f41286f3d8220a3711ff7f89cf7b4efe5.tar.bz2 |
Move media library path resolution into Chrome path provider.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6537022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 008fea1..8b91c49 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -39,6 +39,7 @@ enum { // should check that the path exists before // using it. DIR_INTERNAL_PLUGINS, // Directory where internal plugins reside. + DIR_MEDIA_LIBS, // Directory where the Media libraries reside. #if !defined(OS_MACOSX) && defined(OS_POSIX) DIR_POLICY_FILES, // Directory for system-wide read-only // policy files that allow sys-admins |