Searched refs:TestProtocolManager (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc171 // A TestProtocolManager that could return fixed responses from
173 class TestProtocolManager : public SafeBrowsingProtocolManager { class in inherits:SafeBrowsingProtocolManager
175 TestProtocolManager(SafeBrowsingService* sb_service, function in class:TestProtocolManager
224 // Factory that creates TestProtocolManager instances.
239 pm_ = new TestProtocolManager(
245 TestProtocolManager* GetProtocolManager() {
250 TestProtocolManager* pm_;
321 TestProtocolManager* pm = pm_factory_.GetProtocolManager();
334 TestProtocolManager* pm = pm_factory_.GetProtocolManager();

Completed in 33 milliseconds