From 51065cbfb4e2a6cfa175cce600c8494cac343e87 Mon Sep 17 00:00:00 2001 From: "paul@chromium.org" Date: Thu, 19 Feb 2009 00:25:23 +0000 Subject: Bring the SafeBrowsingProtocolManager out of scaffolding. Review URL: http://codereview.chromium.org/20480 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9996 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/temp_scaffolding_stubs.h | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'chrome/common') diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index e7f07be..4ed4bb0 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -243,31 +243,6 @@ class PrintJobManager { } // namespace printing -class SafeBrowsingProtocolManager { - public: - SafeBrowsingProtocolManager(SafeBrowsingService* service, - MessageLoop* notify_loop, - const std::string& client_key, - const std::string& wrapped_key) { - NOTIMPLEMENTED(); - } - - ~SafeBrowsingProtocolManager() { NOTIMPLEMENTED(); } - void OnChunkInserted() { NOTIMPLEMENTED(); } - void OnGetChunksComplete(const std::vector& list, - bool database_error) { - NOTIMPLEMENTED(); - } - void Initialize() { NOTIMPLEMENTED(); } - base::Time last_update() const { return last_update_; } - void GetFullHash(SafeBrowsingService::SafeBrowsingCheck* check, - const std::vector& prefixes) { - NOTIMPLEMENTED(); - } - private: - base::Time last_update_; -}; - struct DownloadBuffer { Lock lock; typedef std::pair Contents; -- cgit v1.1