| Index: chrome/browser/automation/automation_event_observers_chromeos.cc
|
| diff --git a/chrome/browser/automation/automation_event_observers_chromeos.cc b/chrome/browser/automation/automation_event_observers_chromeos.cc
|
| index 4d3d27d03ef4f71c237fee10f55c85de2834a8ca..7490ab820c94e7ee086986c8a00f590762256da6 100644
|
| --- a/chrome/browser/automation/automation_event_observers_chromeos.cc
|
| +++ b/chrome/browser/automation/automation_event_observers_chromeos.cc
|
| @@ -29,7 +29,6 @@ void LoginEventObserver::OnLoginSuccess(const std::string& username,
|
| void LoginEventObserver::_NotifyLoginEvent(const std::string& error_string) {
|
| DictionaryValue* dict = new DictionaryValue;
|
| dict->SetString("type", "login_event");
|
| - dict->SetInteger("observer_id", GetId());
|
| if (error_string.length())
|
| dict->SetString("error_string", error_string);
|
| NotifyEvent(dict);
|
|
|