| Index: chrome/browser/automation/automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.cc (revision 150095)
|
| +++ chrome/browser/automation/automation_provider.cc (working copy)
|
| @@ -304,6 +304,7 @@
|
| 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");
|
|
|
|
|