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

Unified Diff: remoting/host/chromoting_host.h

Issue 8725016: Refactor IT2Me-specific functions into a HostObserver subclass. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix other nits. 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
« no previous file with comments | « no previous file | remoting/host/chromoting_host.cc » ('j') | remoting/host/chromoting_host.cc » ('J')
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 c5651ccbd76c9b1c1fad79a17ac3a01723819888..b1394553a90c7c8d149be6d8f9688edcdb6127cd 100644
--- a/remoting/host/chromoting_host.h
+++ b/remoting/host/chromoting_host.h
@@ -172,8 +172,6 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
int AuthenticatedClientsCount() const;
- void EnableCurtainMode(bool enable);
-
void StopScreenRecorder();
void OnScreenRecorderStopped();
@@ -222,7 +220,6 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
// TODO(sergeyu): The following members do not belong to
// ChromotingHost and should be moved elsewhere.
- bool is_curtained_;
bool is_it2me_;
std::string access_code_;
UiStrings ui_strings_;
« no previous file with comments | « no previous file | remoting/host/chromoting_host.cc » ('j') | remoting/host/chromoting_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698