summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_library_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/web_engine_library_info.h')
-rw-r--r--src/core/web_engine_library_info.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/web_engine_library_info.h b/src/core/web_engine_library_info.h
index 644f85003..84fee12af 100644
--- a/src/core/web_engine_library_info.h
+++ b/src/core/web_engine_library_info.h
@@ -43,11 +43,13 @@
#define WEB_ENGINE_LIBRARY_INFO_H
#include "base/files/file_path.h"
+enum {
+ QT_RESOURCES_PAK = 5000
+};
class WebEngineLibraryInfo {
public:
- static base::FilePath repackedResourcesPath();
- static bool pathProviderQt(int key, base::FilePath* result);
+ static base::FilePath getPath(int key);
};