summaryrefslogtreecommitdiff
path: root/chromium/ui/base/ime/win/tsf_bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/ime/win/tsf_bridge.h')
-rw-r--r--chromium/ui/base/ime/win/tsf_bridge.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromium/ui/base/ime/win/tsf_bridge.h b/chromium/ui/base/ime/win/tsf_bridge.h
index 035b22c7e89..1f2adb247bf 100644
--- a/chromium/ui/base/ime/win/tsf_bridge.h
+++ b/chromium/ui/base/ime/win/tsf_bridge.h
@@ -95,17 +95,6 @@ class COMPONENT_EXPORT(UI_BASE_IME_WIN) TSFBridge {
// Returns the focused text input client.
virtual TextInputClient* GetFocusedTextInputClient() const = 0;
- // Sets the input panel policy in TSFTextStore so that input service
- // could invoke the software input panel (SIP) on Windows.
- // input_panel_policy_manual equals to false would make the SIP policy
- // to automatic meaning TSF would raise/dismiss the SIP based on TSFTextStore
- // focus and other heuristics that input service have added on Windows to
- // provide a consistent behavior across all apps on Windows.
- // input_panel_policy_manual equals to true would make the SIP policy to
- // manual meaning TSF wouldn't raise/dismiss the SIP automatically. This is
- // used to control the SIP behavior based on user interaction with the page.
- virtual void SetInputPanelPolicy(bool input_panel_policy_manual) = 0;
-
protected:
// Uses GetInstance() instead.
TSFBridge();