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

Unified Diff: remoting/host/chromoting_host.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 | « chrome/common/extensions/docs/permission_warnings.html ('k') | remoting/host/chromoting_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host.h
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
index 2fdcadb5e59b890b2489d9967f2dd83031429de1..6616c24bfcba27aa62cd8a3fcac988e0fcd231a2 100644
--- a/remoting/host/chromoting_host.h
+++ b/remoting/host/chromoting_host.h
@@ -24,11 +24,11 @@ namespace remoting {
namespace protocol {
class ConnectionToClient;
+class SessionConfig;
} // namespace protocol
class Capturer;
class ChromotingHostContext;
-class ChromotocolConfig;
class Encoder;
class EventExecutor;
class MutableHostConfig;
@@ -119,7 +119,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
void OnServerClosed();
// Creates encoder for the specified configuration.
- Encoder* CreateEncoder(const ChromotocolConfig* config);
+ Encoder* CreateEncoder(const protocol::SessionConfig* config);
// The context that the chromoting host runs on.
ChromotingHostContext* context_;
« no previous file with comments | « chrome/common/extensions/docs/permission_warnings.html ('k') | remoting/host/chromoting_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698