summaryrefslogtreecommitdiff
path: root/chromium/ui/gfx/switches.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-20 15:06:40 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-22 11:48:58 +0000
commitdaa093eea7c773db06799a13bd7e4e2e2a9f8f14 (patch)
tree96cc5e7b9194c1b29eab927730bfa419e7111c25 /chromium/ui/gfx/switches.h
parentbe59a35641616a4cf23c4a13fa0632624b021c1b (diff)
downloadqtwebengine-chromium-daa093eea7c773db06799a13bd7e4e2e2a9f8f14.tar.gz
BASELINE: Update Chromium to 63.0.3239.58
Change-Id: Ia93b322a00ba4dd4004f3bcf1254063ba90e1605 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/ui/gfx/switches.h')
-rw-r--r--chromium/ui/gfx/switches.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chromium/ui/gfx/switches.h b/chromium/ui/gfx/switches.h
index 8d2e13eba8b..491fc1fb34a 100644
--- a/chromium/ui/gfx/switches.h
+++ b/chromium/ui/gfx/switches.h
@@ -5,6 +5,7 @@
#ifndef UI_GFX_SWITCHES_H_
#define UI_GFX_SWITCHES_H_
+#include "base/feature_list.h"
#include "build/build_config.h"
#include "ui/gfx/switches_export.h"
@@ -22,4 +23,10 @@ GFX_SWITCHES_EXPORT extern const char kHeadless[];
} // namespace switches
+namespace features {
+
+GFX_SWITCHES_EXPORT extern const base::Feature kLeftToRightUrls;
+
+} // namespace features
+
#endif // UI_GFX_SWITCHES_H_