You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove --timeout/--restricted from renderer (#1494)
As part of our ongoing effort to deprecate restricted mode (#1376), we
are removing the --timeout and --restricted flags from mozc_renderer.
These flags had actually used only in Windows until recently, but with
the recent commit [1] there remains no code path that specifies these
flags. Therefore we can safely remove these unused flags and the related
code.
[1]: ca34c8d
PiperOrigin-RevId: 913010141
0 commit comments