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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/web_engine_library_info.h b/src/core/web_engine_library_info.h
index 84fee12af..4ce760dc4 100644
--- a/src/core/web_engine_library_info.h
+++ b/src/core/web_engine_library_info.h
@@ -43,6 +43,7 @@
#define WEB_ENGINE_LIBRARY_INFO_H
#include "base/files/file_path.h"
+#include "base/strings/string16.h"
enum {
QT_RESOURCES_PAK = 5000
};
@@ -50,6 +51,8 @@ enum {
class WebEngineLibraryInfo {
public:
static base::FilePath getPath(int key);
+ // Called by localized_error in our custom chrome layer
+ static base::string16 getApplicationName();
};