| 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 d5449c49c9ab5ebee0f9a3fd91b5e6ceb338f29d..4cee8ee6939dda397abb65626516d568518c4762 100644
|
| --- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
| +++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
| @@ -103,6 +103,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(
|
|
|