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_ |