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

Unified Diff: chromeos/chromeos_paths.h

Issue 27548004: Cache force-installed apps/extensions in device-local accounts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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: chromeos/chromeos_paths.h
diff --git a/chromeos/chromeos_paths.h b/chromeos/chromeos_paths.h
index d78d316d3f6bc1f6c28726985bbaa5399bb1c435..0627ded1bd5e997358bc2988c770f0792cb36850 100644
--- a/chromeos/chromeos_paths.h
+++ b/chromeos/chromeos_paths.h
@@ -27,6 +27,9 @@ enum {
// store the uptime at which an update
// became necessary. The file should be
// cleared on boot.
+ DIR_DEVICE_LOCAL_ACCOUNT_CACHE, // Directory under which a cache of
+ // force-installed extensions is maintained
+ // for each device-local account.
PATH_END
};

Powered by Google App Engine
This is Rietveld 408576698