Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: content/public/common/content_paths.h

Issue 9316077: Enable audio/video tag in content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix content_unittests Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_paths.h
diff --git a/content/public/common/content_paths.h b/content/public/common/content_paths.h
index 566c5b761a2320721ffc44c35ee12b05199c2623..85339b3c41f223a70898160d75355cae9f72e668 100644
--- a/content/public/common/content_paths.h
+++ b/content/public/common/content_paths.h
@@ -22,6 +22,9 @@ enum {
// Valid only in development environment
DIR_TEST_DATA,
+ // Directory where the Media libraries reside.
+ DIR_MEDIA_LIBS,
+
PATH_END
};
« no previous file with comments | « content/content_shell.gypi ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698