Index: chrome/browser/automation/automation_provider.cc |
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc |
index b2ea3ffbe87eca76a9d9f338c01c1281cd62b9a3..78f5740b35e5b9a9398bf4305c95eec7df22831a 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"); |