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

Unified Diff: components/policy/resources/policy_templates.json

Issue 1986823002: Reset user data directory and disk cache directory after downgrade. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add code in mini_installer Created 4 years, 7 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: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index edd7c26bbcd49a8ee7b930f6be40e1e03c92ee58..5e11bc064e959afac6ae0a6bc237ede5c90cbc52 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -1415,7 +1415,9 @@
See https://www.chromium.org/administrators/policy-list-3/user-data-directory-variables for a list of variables that can be used.
- If this policy is left not set the default profile path will be used and the user will be able to override it with the '--user-data-dir' command line flag.''',
+ If this policy is left not set the default profile path will be used and the user will be able to override it with the '--user-data-dir' command line flag.
+
+ Setting this policy to root directory or using this directory for any other purposes are not recommanded.''',
grt (UTC plus 2) 2016/05/19 15:37:28 let's be even more direct: "This policy must not b
zmin 2016/05/19 23:08:03 Done.
'label': '''Set user data directory''',
},
{
@@ -1437,7 +1439,9 @@
See https://www.chromium.org/administrators/policy-list-3/user-data-directory-variables for a list of variables that can be used.
- If this policy is left not set the default cache directory will be used and the user will be able to override it with the '--disk-cache-dir' command line flag.''',
+ If this policy is left not set the default cache directory will be used and the user will be able to override it with the '--disk-cache-dir' command line flag.
+
+ Setting this policy to root directory or using this directory for any other purposes are not recommanded.''',
'label': '''Set disk cache directory''',
},
{

Powered by Google App Engine
This is Rietveld 408576698