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

Unified Diff: chrome/common/chrome_paths.h

Issue 10179002: Create an external source for extensions on linux that meets the needs of package managers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 8 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
Index: chrome/common/chrome_paths.h
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 09988fc21bcbd40dd1b726cb23f38cd153281d86..ac866b10d74613c2005b6bd5f22d1ff664d94a7f 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -54,6 +54,11 @@ enum {
// Getting this path does not create it.
#endif
+#if defined(OS_LINUX)
Finnur 2012/04/24 13:03:24 ... and not OS_CHROMEOS ?
Alexandre Abreu 2012/04/24 19:30:30 Done.
+ DIR_SINGLE_EXTERNAL_EXTENSIONS, // Directory for 'per-extension' definition
+ // files that describe extensions are to be
+ // installed when chrome is run.
Finnur 2012/04/24 13:03:24 I don't understand what this means (in the absence
Alexandre Abreu 2012/04/24 19:30:30 Replaced by something that "sounded" better & bett
+#endif
Finnur 2012/04/24 13:03:24 Missing: // defined(OS_LINUX) && !defined(OS_CHRO
Alexandre Abreu 2012/04/24 19:30:30 Since it is not something specified for other #def
DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files.
DIR_DEFAULT_APPS, // Directory where installer places .crx files

Powered by Google App Engine
This is Rietveld 408576698