Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3464)

Unified Diff: chrome/browser/chromeos/dom_ui/imageburner_ui.h

Issue 3127008: Preliminary work on resuming downloads whose connections have expired.
Patch Set: Waiting to send download automation error message until after other downloads are canceled. Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/dom_ui/imageburner_ui.h
diff --git a/chrome/browser/chromeos/dom_ui/imageburner_ui.h b/chrome/browser/chromeos/dom_ui/imageburner_ui.h
index 0f2560a3ed690d55b0b6ee203046aaa6af2d448c..c42e4aae4202c927e850bfbf5386fc15bf8a32f1 100644
--- a/chrome/browser/chromeos/dom_ui/imageburner_ui.h
+++ b/chrome/browser/chromeos/dom_ui/imageburner_ui.h
@@ -84,6 +84,7 @@ class ImageBurnHandler : public DOMMessageHandler,
virtual void OnDownloadUpdated(DownloadItem* download);
virtual void OnDownloadFileCompleted(DownloadItem* download);
virtual void OnDownloadOpened(DownloadItem* download);
+ virtual void OnDownloadInterrupted(DownloadItem* download) {}
// DownloadManager::Observer interface
virtual void ModelChanged();
@@ -165,6 +166,7 @@ class ImageBurnResourceManager : public DownloadManager::Observer,
virtual void OnDownloadUpdated(DownloadItem* download);
virtual void OnDownloadFileCompleted(DownloadItem* download);
virtual void OnDownloadOpened(DownloadItem* download);
+ virtual void OnDownloadInterrupted(DownloadItem* download) {}
// DownloadManager::Observer interface
virtual void ModelChanged();

Powered by Google App Engine
This is Rietveld 408576698