diff options
Diffstat (limited to 'base/path_service.h')
-rw-r--r-- | base/path_service.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/path_service.h b/base/path_service.h index 54d7ade..9cd0889 100644 --- a/base/path_service.h +++ b/base/path_service.h @@ -48,6 +48,9 @@ class PathService { // // WARNING: Consumers of PathService::Get may expect paths to be constant // over the lifetime of the app, so this method should be used with caution. + static bool Override(int key, const FilePath& path); + // This version, using a wstring, is deprecated and only kept around + // until we can fix all callers. static bool Override(int key, const std::wstring& path); // Return whether a path was overridden. |