| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index a7a59ad103ab18dcca5ee496a5c7a34e76646e5c..9485ba723a08c5585e2a1833f044047a3e48dbd7 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -263,6 +263,7 @@ DictionaryValue* AutomationProvider::GetDictionaryFromDownloadItem(
|
| 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");
|
|
|
| std::map<DownloadItem::SafetyState, std::string> safety_state_to_string;
|
|
|