Chromium Code Reviews

Unified Diff: chrome/common/chrome_paths.h

Issue 9963120: Introduces an additional extension loader that load extra extensions based on per-extension json fi… (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/chrome_paths.h
===================================================================
--- chrome/common/chrome_paths.h (revision 132213)
+++ chrome/common/chrome_paths.h (working copy)
@@ -56,6 +56,9 @@
// directory.
#endif
+ DIR_SINGLE_EXTERNAL_EXTENSIONS, // Directory for 'per-extension' definition
Sam Kerner (Chrome) 2012/04/13 19:35:13 Yea, these things are debatable, and we debate the
Alexandre Abreu 2012/04/13 21:52:38 Done.
+ // files that describe extensions are to be
+ // installed when chrome is run.
DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files.
DIR_DEFAULT_APPS, // Directory where installer places .crx files

Powered by Google App Engine