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

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

Issue 12277002: Make sure ShellIntegration::CommandLineArgsForLauncher respects the UserDataDir policy. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: More documentation. 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
« 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 a110017e4d7bc9c305e5e4a41bf3b72e564694f9..e0bed0986234efb7352c3451beeb68e565319935 100644
--- a/chrome/browser/policy/policy_path_parser_linux.cc
+++ b/chrome/browser/policy/policy_path_parser_linux.cc
@@ -53,6 +53,12 @@ base::FilePath::StringType ExpandPathVariables(
return result;
}
+void CheckUserDataDirPolicy(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