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

Unified Diff: chrome/browser/download/download_status_updater_delegate.h

Issue 7192016: chrome.experimental.downloads (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: merged db_handle, id; onCreated, onErased Created 9 years, 5 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/download/download_status_updater_delegate.h
diff --git a/chrome/browser/download/download_status_updater_delegate.h b/chrome/browser/download/download_status_updater_delegate.h
index 17503b279515db9d6f502c497b420892adfe27de..48312a3cebdeb67e653501a918dd7805c437ebee 100644
--- a/chrome/browser/download/download_status_updater_delegate.h
+++ b/chrome/browser/download/download_status_updater_delegate.h
@@ -14,7 +14,7 @@ class DownloadStatusUpdaterDelegate {
virtual bool IsDownloadProgressKnown() = 0;
// Returns the number of downloads that are in progress.
- virtual int64 GetInProgressDownloadCount() = 0;
+ virtual int64 GetInProgressDownloadCount() const = 0;
// Returns the amount of received data, in bytes.
virtual int64 GetReceivedDownloadBytes() = 0;
« no previous file with comments | « chrome/browser/download/download_query_fields.h ('k') | chrome/browser/download/simple_download_item_fields.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698