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

Unified Diff: remoting/host/plugin/host_script_object.h

Issue 10909143: Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders to Cl… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « remoting/host/host_mock_objects.cc ('k') | remoting/host/plugin/host_script_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/host_script_object.h
===================================================================
--- remoting/host/plugin/host_script_object.h (revision 155615)
+++ remoting/host/plugin/host_script_object.h (working copy)
@@ -33,7 +33,7 @@
namespace remoting {
class ChromotingHost;
-class DesktopEnvironmentFactory;
+class DesktopEnvironment;
class HostEventLogger;
class It2MeHostUserInterface;
class MutableHostConfig;
@@ -198,10 +198,12 @@
void ReadPolicyAndConnect(const std::string& uid,
const std::string& auth_token,
const std::string& auth_service);
- void FinishConnect(const std::string& uid,
- const std::string& auth_token,
- const std::string& auth_service);
-
+ void FinishConnectMainThread(const std::string& uid,
+ const std::string& auth_token,
+ const std::string& auth_service);
+ void FinishConnectNetworkThread(const std::string& uid,
+ const std::string& auth_token,
+ const std::string& auth_service);
void DisconnectInternal();
// Callback for ChromotingHost::Shutdown().
@@ -311,7 +313,7 @@
scoped_ptr<SignalStrategy> signal_strategy_;
scoped_ptr<RegisterSupportHostRequest> register_request_;
scoped_ptr<LogToServer> log_to_server_;
- scoped_ptr<DesktopEnvironmentFactory> desktop_environment_factory_;
+ scoped_ptr<DesktopEnvironment> desktop_environment_;
scoped_ptr<It2MeHostUserInterface> it2me_host_user_interface_;
scoped_ptr<HostEventLogger> host_event_logger_;
« no previous file with comments | « remoting/host/host_mock_objects.cc ('k') | remoting/host/plugin/host_script_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698