| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index f4d6d70139eb90d1cd399c5779ab26b1255bd4f9..21c9de243a67efbe1f5f81084cb4c656e4dadbdf 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -304,7 +304,6 @@ DictionaryValue* AutomationProvider::GetDictionaryFromDownloadItem(
|
| std::map<DownloadItem::DownloadState, std::string> state_to_string;
|
| state_to_string[DownloadItem::IN_PROGRESS] = std::string("IN_PROGRESS");
|
| state_to_string[DownloadItem::CANCELLED] = std::string("CANCELLED");
|
| - state_to_string[DownloadItem::REMOVING] = std::string("REMOVING");
|
| state_to_string[DownloadItem::INTERRUPTED] = std::string("INTERRUPTED");
|
| state_to_string[DownloadItem::COMPLETE] = std::string("COMPLETE");
|
|
|
|
|