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

Unified Diff: chrome/browser/policy/policy_path_parser_linux.cc

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: Created 4 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
« no previous file with comments | « chrome/browser/policy/policy_path_parser.h ('k') | chrome/browser/policy/policy_path_parser_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/policy_path_parser_linux.cc
diff --git a/chrome/browser/policy/policy_path_parser_linux.cc b/chrome/browser/policy/policy_path_parser_linux.cc
index 9b0e6fd4d9d4e73fa7a85be3d2290bd1fe8aa0e1..a36417decbe8cec03882b76a36480b21421bd387 100644
--- a/chrome/browser/policy/policy_path_parser_linux.cc
+++ b/chrome/browser/policy/policy_path_parser_linux.cc
@@ -60,6 +60,12 @@ void CheckUserDataDirPolicy(base::FilePath* user_data_dir) {
NOTREACHED();
}
+void CheckDiskCacheDirPolicy(base::FilePath* user_data_dir) {
+ // This function is not implemented in Linux because we don't support the
+ // policy on this platform.
+ NOTREACHED();
+}
+
} // namespace path_parser
} // namespace policy
« no previous file with comments | « chrome/browser/policy/policy_path_parser.h ('k') | chrome/browser/policy/policy_path_parser_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698