New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 715339 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug

Blocking:
issue 647412



Sign in to add a comment

mash: Refactor ash::SystemTrayDelegate IME methods

Project Member Reported by jamescook@chromium.org, Apr 25 2017

Issue description

These methods need to be eliminated or converted to mojo:

  // Returns the currently selected IME.
  virtual void GetCurrentIME(IMEInfo* info);

  // Returns a list of availble IMEs.
  virtual void GetAvailableIMEList(IMEInfoList* list);

  // Returns a list of properties for the currently selected IME.
  virtual void GetCurrentIMEProperties(IMEPropertyInfoList* list);

  // Returns a non-empty string if IMEs are managed by policy.
  virtual base::string16 GetIMEManagedMessage();

  // Switches to the selected input method.
  virtual void SwitchIME(const std::string& ime_id);

  // Activates an IME property.
  virtual void ActivateIMEProperty(const std::string& key);

What's the current plan for IME in mustash? Separate app?

 
Owner: jamescook@chromium.org
Status: Fixed (was: Available)
I refactored these away a month or two ago.

Comment 2 by sontis@chromium.org, Aug 10 2017

Status: Verified (was: Fixed)
Components: -Internals>MUS Internals>Services>WindowService

Sign in to add a comment