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

Unified Diff: remoting/protocol/fake_session.h

Issue 4446005: Chromoting: Rename ChromotocolConfig -> SessionConfig (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Rename candidate_config vars Created 10 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/host/chromoting_host.cc ('k') | remoting/protocol/fake_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/fake_session.h
diff --git a/remoting/protocol/fake_session.h b/remoting/protocol/fake_session.h
index d32535133214e65c993ee81a6336d0c32e2329e4..9b216fe24844d5eed902d7d904f73fcccde29942 100644
--- a/remoting/protocol/fake_session.h
+++ b/remoting/protocol/fake_session.h
@@ -12,7 +12,6 @@
#include "remoting/protocol/session.h"
namespace remoting {
-
namespace protocol {
extern const char kTestJid[];
@@ -79,16 +78,16 @@ class FakeSession : public Session {
virtual const std::string& jid();
virtual MessageLoop* message_loop();
- virtual const CandidateChromotocolConfig* candidate_config();
- virtual const ChromotocolConfig* config();
- virtual void set_config(const ChromotocolConfig* config);
+ virtual const CandidateSessionConfig* candidate_config();
+ virtual const SessionConfig* config();
+ virtual void set_config(const SessionConfig* config);
virtual void Close(Task* closed_task);
public:
scoped_ptr<StateChangeCallback> callback_;
- scoped_ptr<const CandidateChromotocolConfig> candidate_config_;
- scoped_ptr<const ChromotocolConfig> config_;
+ scoped_ptr<const CandidateSessionConfig> candidate_config_;
+ scoped_ptr<const SessionConfig> config_;
MessageLoop* message_loop_;
FakeSocket control_channel_;
FakeSocket event_channel_;
@@ -100,7 +99,6 @@ class FakeSession : public Session {
};
} // namespace protocol
-
} // namespace remoting
#endif // REMOTING_PROTOCOL_FAKE_SESSION_H_
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/protocol/fake_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698