blob: ad0807412561ee53d656b9c577a81d2ba577931c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- chrome/browser/flag_descriptions.h.orig 2017-06-05 19:03:02 UTC
+++ chrome/browser/flag_descriptions.h
@@ -1754,7 +1754,7 @@ extern const char kForceUiDirectionLtr[];
// Name for the option to force right-to-left UI direction mode.
extern const char kForceUiDirectionRtl[];
-#if defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
// Name of the flag to enable che chrome.input.ime API.
extern const char kEnableInputImeApiName[];
@@ -1762,7 +1762,7 @@ extern const char kEnableInputImeApiName[];
// Description of the flag to enable the chrome.input.ime API.
extern const char kEnableInputImeApiDescription[];
-#endif // defined(OS_WIN) || defined(OS_LINUX)
+#endif // defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
// Enables grouping websites by domain on chrome://history.
extern const char kEnableGroupedHistoryName[];
|