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

Unified Diff: remoting/protocol/host_control_sender.h

Issue 6711033: A new authenticated connection evicts an old one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 months 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/host_control_sender.h
diff --git a/remoting/protocol/host_control_sender.h b/remoting/protocol/host_control_sender.h
index 148b519497a15642867c3f0e971c737ea5cfee0b..92278ee73f66de4a91353ed0fc653cec8f609ecc 100644
--- a/remoting/protocol/host_control_sender.h
+++ b/remoting/protocol/host_control_sender.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -36,6 +36,7 @@ class HostControlSender : public HostStub {
virtual void SuggestResolution(
const SuggestResolutionRequest* msg, Task* done);
virtual void BeginSessionRequest(
+ ConnectionToClient* connection,
const LocalLoginCredentials* credentials, Task* done);
private:

Powered by Google App Engine
This is Rietveld 408576698