| Index: chrome/test/ui_test_utils.cc
|
| diff --git a/chrome/test/ui_test_utils.cc b/chrome/test/ui_test_utils.cc
|
| index ad0d3a72eb9cbac8ead4f79aee87fc093649b32d..1dc594349cb05d7d3aed9ebfd7ef40f93460b812 100644
|
| --- a/chrome/test/ui_test_utils.cc
|
| +++ b/chrome/test/ui_test_utils.cc
|
| @@ -184,6 +184,7 @@ class DownloadsCompleteObserver : public DownloadManager::Observer,
|
|
|
| virtual void OnDownloadFileCompleted(DownloadItem* download) { }
|
| virtual void OnDownloadOpened(DownloadItem* download) {}
|
| + virtual void OnDownloadInterrupted(DownloadItem* download) { }
|
|
|
| // DownloadManager::Observer
|
| virtual void ModelChanged() {
|
|
|