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 |