opnsense-ports/www/chromium/files/patch-chrome_browser_flag__descriptions.cc
Franco Fichtner a69b97ae8a */*: sync with upstream
Taken from: HardenedBSD
2017-06-25 10:21:59 +02:00

19 lines
700 B
C++

--- chrome/browser/flag_descriptions.cc.orig 2017-06-05 19:03:02 UTC
+++ chrome/browser/flag_descriptions.cc
@@ -1598,14 +1598,14 @@ const char kForceUiDirectionLtr[] = "Left-to-right";
const char kForceUiDirectionRtl[] = "Right-to-left";
-#if defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
const char kEnableInputImeApiName[] = "Enable Input IME API";
const char kEnableInputImeApiDescription[] =
"Enable the use of chrome.input.ime API.";
-#endif // defined(OS_WIN) || defined(OS_LINUX)
+#endif // defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
const char kEnableGroupedHistoryName[] = "Group history by domain";