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

Unified Diff: remoting/protocol/fake_session.cc

Issue 8619011: Use Authenticator interface in Session and SessionManager (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/fake_session.cc
diff --git a/remoting/protocol/fake_session.cc b/remoting/protocol/fake_session.cc
index f8f1e979bce95d1dd819dd07d07e3d418bfe2b5f..712d957115b8cb9b9a3b7cf0d18a3e86716ff004 100644
--- a/remoting/protocol/fake_session.cc
+++ b/remoting/protocol/fake_session.cc
@@ -281,10 +281,6 @@ void FakeSession::set_shared_secret(const std::string& shared_secret) {
shared_secret_ = shared_secret;
}
-const std::string& FakeSession::shared_secret() {
- return shared_secret_;
-}
-
void FakeSession::Close() {
closed_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698