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

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
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..ae42e98016243ece1d54d0e38ce1f2d7a6b0efed 100644
--- a/remoting/protocol/protocol_mock_objects.h
+++ b/remoting/protocol/protocol_mock_objects.h
@@ -69,10 +69,6 @@ class MockHostStub : public HostStub {
MockHostStub();
~MockHostStub();
- MOCK_METHOD2(BeginSessionRequest,
- void(const LocalLoginCredentials* credentials,
- const base::Closure& done));
-
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);
};

Powered by Google App Engine
This is Rietveld 408576698