summaryrefslogtreecommitdiffstats
path: root/src/core/global_descriptors_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/global_descriptors_qt.h')
-rw-r--r--src/core/global_descriptors_qt.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/global_descriptors_qt.h b/src/core/global_descriptors_qt.h
new file mode 100644
index 000000000..e9d490a2e
--- /dev/null
+++ b/src/core/global_descriptors_qt.h
@@ -0,0 +1,10 @@
+#ifndef GLOBAL_DESCRIPTORS_QT_H
+#define GLOBAL_DESCRIPTORS_QT_H
+
+#include "content/public/common/content_descriptors.h"
+
+enum {
+ kWebEngineLocale = kContentIPCDescriptorMax + 1,
+};
+
+#endif // GLOBAL_DESCRIPTORS_QT_H