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..9059ba4b7956c8c02990a8c8b241a95d13bbbf0a |
--- /dev/null |
+++ b/chrome/install_static/policy_path_parser.h |
@@ -0,0 +1,19 @@ |
+// 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_ |