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

Unified Diff: content/public/test/mock_download_item.h

Issue 10665049: Make DownloadHistory observe manager, items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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: content/public/test/mock_download_item.h
diff --git a/content/public/test/mock_download_item.h b/content/public/test/mock_download_item.h
index ca66bf24f9196d0c73dd14f4c23260c9a785f85e..9f327e99e53777ea0a9c5c6bb38039c6810fd2a9 100644
--- a/content/public/test/mock_download_item.h
+++ b/content/public/test/mock_download_item.h
@@ -97,9 +97,6 @@ class MockDownloadItem : public DownloadItem {
MOCK_CONST_METHOD0(GetUserVerifiedFilePath, FilePath());
MOCK_CONST_METHOD1(DebugString, std::string(bool));
MOCK_METHOD0(MockDownloadOpenForTesting, void());
- MOCK_METHOD1(GetExternalData, ExternalData*(const void*));
- MOCK_CONST_METHOD1(GetExternalData, const ExternalData*(const void*));
- MOCK_METHOD2(SetExternalData, void(const void*, ExternalData*));
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698