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

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: . 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..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);
grt (UTC plus 2) 2016/11/21 10:29:54 nit: un-wrap
scottmg 2016/11/21 19:34:01 Done.
+
+} // namespace install_static
+
+#endif // CHROME_INSTALL_STATIC_POLICY_PATH_PARSER_H_

Powered by Google App Engine
This is Rietveld 408576698