| Index: chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
| diff --git a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
| index dcf519028f4d09be220a0e18dc2f59f489e27322..ceb79f03902af2f00cd18eb985944213d9bfca06 100644
|
| --- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
| +++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
| @@ -105,6 +105,7 @@ void ExtractIMEInfo(const input_method::InputMethodDescriptor& ime,
|
| info->id = ime.id();
|
| info->name = util.GetInputMethodLongName(ime);
|
| info->short_name = util.GetInputMethodShortName(ime);
|
| + info->third_party = ime.third_party();
|
| }
|
|
|
| ash::DriveOperationStatusList GetDriveStatusList(
|
|
|