summaryrefslogtreecommitdiffstats
path: root/base/path_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/path_service.h')
-rw-r--r--base/path_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/path_service.h b/base/path_service.h
index e018516..bc21e33 100644
--- a/base/path_service.h
+++ b/base/path_service.h
@@ -90,6 +90,10 @@ class PathService {
static void RegisterProvider(ProviderFunc provider,
int key_start,
int key_end);
+private:
+ static bool GetFromCache(int key, std::wstring* path);
+ static void AddToCache(int key, const std::wstring& path);
+
};
#endif // BASE_PATH_SERVICE_H__