Index: remoting/host/curtain_mode_win.cc |
diff --git a/remoting/host/curtain_mode_win.cc b/remoting/host/curtain_mode_win.cc |
index 8309dbafe6c0f6dc7d1ab2d1aa3d04a08dc208be..fc4cb2f03285fdab6741fd159fa22b61e4e37cc2 100644 |
--- a/remoting/host/curtain_mode_win.cc |
+++ b/remoting/host/curtain_mode_win.cc |
@@ -15,6 +15,7 @@ class CurtainModeWin : public CurtainMode { |
virtual void SetActivated(bool activated) OVERRIDE { |
// Curtain-mode is not currently implemented for Windows. |
if (activated) { |
+ LOG(ERROR) << "Curtain-mode is not yet supported on Windows."; |
on_error_.Run(); |
} |
} |