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

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

Issue 10805020: Kill DownloadItem::IsOtr() (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 4 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
« no previous file with comments | « chrome/browser/download/download_history.cc ('k') | chrome/browser/download/download_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_util.h
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
index ddbfba80e6cd9c880f23c9633e9c261ae00e0798..8f75749e30560e37a5b8dc20ae590a114c3e93c8 100644
--- a/chrome/browser/download/download_util.h
+++ b/chrome/browser/download/download_util.h
@@ -130,11 +130,6 @@ void DragDownload(const content::DownloadItem* download,
// Helpers ---------------------------------------------------------------------
-// Creates a representation of a download in a format that the downloads
-// HTML page can understand.
-base::DictionaryValue* CreateDownloadItemValue(content::DownloadItem* download,
- int id);
-
// Get the localized status text for an in-progress download.
string16 GetProgressStatusText(content::DownloadItem* download);
« no previous file with comments | « chrome/browser/download/download_history.cc ('k') | chrome/browser/download/download_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698