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

Unified Diff: chrome/common/chrome_paths.h

Issue 12221065: Disable normal default extensions in case of managed users (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 58a32c0d3a9dd021f957fc95ad2e148792b7211a..7d67da6cb5d6e24181ca2593057d1aa0b291ea6c 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -103,6 +103,11 @@ enum {
FILE_DEFAULT_APP_ORDER, // Full path to the json file that defines the
// default app order.
#endif
+#if defined(ENABLE_MANAGED_USERS)
+ DIR_MANAGED_USERS_DEFAULT_APPS, // Directory where installer places .crx
+ // files to be installed when managed user
+ // session starts.
+#endif
// Valid only in development environment; TODO(darin): move these
DIR_GEN_TEST_DATA, // Directory where generated test data resides.

Powered by Google App Engine
This is Rietveld 408576698