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

Unified Diff: chrome/install_static/policy_path_parser.h

Issue 2487783002: Make Crashpad use the user data dir, rather than always default location (Closed)
Patch Set: install_static for swarming Created 4 years, 1 month 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: chrome/install_static/policy_path_parser.h
diff --git a/chrome/install_static/policy_path_parser.h b/chrome/install_static/policy_path_parser.h
new file mode 100644
index 0000000000000000000000000000000000000000..242fd43996f817d0029dfe2dcfeb5af783abef2b
--- /dev/null
+++ b/chrome/install_static/policy_path_parser.h
@@ -0,0 +1,18 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_INSTALL_STATIC_POLICY_PATH_PARSER_H_
+#define CHROME_INSTALL_STATIC_POLICY_PATH_PARSER_H_
+
+#include <string>
+
+namespace install_static {
+
+// See documentation in chrome/browser/policy/policy_path_parser.h for details
+// on the variables expanded for all platforms, and for Windows specifically.
+std::wstring ExpandPathVariables(const std::wstring& untranslated_string);
+
+} // namespace install_static
+
+#endif // CHROME_INSTALL_STATIC_POLICY_PATH_PARSER_H_

Powered by Google App Engine
This is Rietveld 408576698