summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_library_info.h
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-02-05 16:11:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-06 15:18:57 +0100
commit22d4f9340ca37d28d7ed463a3a5dc00a5182b311 (patch)
treeeaf2bcb0fe61366467ec683d9effbd2669761d5d /src/core/web_engine_library_info.h
parent2f2735388fc48afa5bca0246efb8f50ae1fc4bd9 (diff)
Register a path provider for Qt instead of using PathService::Override
Change-Id: I465a5465ec4189b077a8c1cbab7485c628eca899 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
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);
};