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

Unified Diff: remoting/protocol/protocol_mock_objects.h

Issue 8351084: Remove old Authentication code that we don't use or need. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month 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
« no previous file with comments | « remoting/protocol/host_stub.h ('k') | remoting/webapp/me2mom/client_session.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protocol_mock_objects.h
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
index 6bc97d67f10c1a2106fd550a3fa16dc7763e421b..92dc7afe9bdd227bc2f609e6e086d0e687cdf57b 100644
--- a/remoting/protocol/protocol_mock_objects.h
+++ b/remoting/protocol/protocol_mock_objects.h
@@ -67,11 +67,7 @@ class MockInputStub : public InputStub {
class MockHostStub : public HostStub {
public:
MockHostStub();
- ~MockHostStub();
-
- MOCK_METHOD2(BeginSessionRequest,
- void(const LocalLoginCredentials* credentials,
- const base::Closure& done));
+ virtual ~MockHostStub();
private:
DISALLOW_COPY_AND_ASSIGN(MockHostStub);
@@ -82,11 +78,6 @@ class MockClientStub : public ClientStub {
MockClientStub();
virtual ~MockClientStub();
- MOCK_METHOD2(NotifyResolution, void(const NotifyResolutionRequest* msg,
- const base::Closure& done));
- MOCK_METHOD2(BeginSessionResponse, void(const LocalLoginStatus* msg,
- const base::Closure& done));
-
private:
DISALLOW_COPY_AND_ASSIGN(MockClientStub);
};
« no previous file with comments | « remoting/protocol/host_stub.h ('k') | remoting/webapp/me2mom/client_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698