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

Unified Diff: remoting/host/curtain_mode_mac.cc

Issue 11275178: Enforce the RemoteAccessHostRequireCurtain policy on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing member to CurtainModeWin. Created 8 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/curtain_mode.h ('k') | remoting/host/curtain_mode_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/curtain_mode_mac.cc
diff --git a/remoting/host/curtain_mode_mac.cc b/remoting/host/curtain_mode_mac.cc
index f6477e788814484a4f93560e8039404d64d8b3a6..593f1bb771d43df705de0d66f0aa5b471482d766 100644
--- a/remoting/host/curtain_mode_mac.cc
+++ b/remoting/host/curtain_mode_mac.cc
@@ -65,9 +65,10 @@ CurtainModeMac::~CurtainModeMac() {
void CurtainModeMac::SetActivated(bool activated) {
if (activated) {
- if (!ActivateCurtain()) {
- on_error_.Run();
- }
+ // Curtain-mode has issues on Mac OS X 10.7, so is currently disabled.
+ //if (!ActivateCurtain()) {
+ on_error_.Run();
+ //}
} else {
RemoveEventHandler();
}
« no previous file with comments | « remoting/host/curtain_mode.h ('k') | remoting/host/curtain_mode_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698