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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/web_engine_library_info.h b/src/core/web_engine_library_info.h
index a2b3fab31..644f85003 100644
--- a/src/core/web_engine_library_info.h
+++ b/src/core/web_engine_library_info.h
@@ -46,10 +46,8 @@
class WebEngineLibraryInfo {
public:
- static base::FilePath subProcessPath();
- static base::FilePath pluginsPath();
- static base::FilePath localesPath();
static base::FilePath repackedResourcesPath();
+ static bool pathProviderQt(int key, base::FilePath* result);
};