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

Unified Diff: chromeos/chromeos_paths.h

Issue 341043005: Wire up component cloud policy to device local accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 years, 6 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 fe9be13f4ef2c53c1941fcaa2b51c6defbe06b20..db55c27f19fac88fd7864d92eca10bc7f944e3ad 100644
--- a/chromeos/chromeos_paths.h
+++ b/chromeos/chromeos_paths.h
@@ -38,6 +38,11 @@ enum {
DIR_DEVICE_LOCAL_ACCOUNT_EXTERNAL_DATA, // Directory where external data
// referenced by policies is cached
// for device-local accounts.
+ DIR_DEVICE_LOCAL_ACCOUNT_COMPONENT_POLICY, // Directory where policy for the
bartfab (slow) 2014/06/20 09:17:25 Nit: This sentence is hard to parse. How about som
Joao da Silva 2014/06/20 11:48:46 Done.
+ // components of device-local
+ // account is stored. Currently
bartfab (slow) 2014/06/20 09:17:25 Nit: s/account/accounts/
Joao da Silva 2014/06/20 11:48:46 Done.
+ // this is used for policy for
+ // extensions.
PATH_END
};

Powered by Google App Engine
This is Rietveld 408576698