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

Unified Diff: remoting/host/curtain_mode_win.cc

Issue 12395018: Write an error message to the debug log when the host is shutting down because of a policy setting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/curtain_mode_mac.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
}
« no previous file with comments | « remoting/host/curtain_mode_mac.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698