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

Unified Diff: content/public/browser/download_item.h

Issue 11941015: Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 7 years, 11 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: content/public/browser/download_item.h
diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h
index 5d0db884a72a4b6b5ed4f3a716e339860df86b3b..2d4c5a8709a74f976b6e94e8a369628654dcdd31 100644
--- a/content/public/browser/download_item.h
+++ b/content/public/browser/download_item.h
@@ -318,7 +318,6 @@ class CONTENT_EXPORT DownloadItem : public base::SupportsUserData {
// Debug/testing -------------------------------------------------------------
virtual std::string DebugString(bool verbose) const = 0;
- virtual void MockDownloadOpenForTesting() = 0;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698