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

Unified Diff: remoting/host/desktop_environment.cc

Issue 8493020: Move code in src/remoting to the new callbacks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix win and mac 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
Index: remoting/host/desktop_environment.cc
diff --git a/remoting/host/desktop_environment.cc b/remoting/host/desktop_environment.cc
index d891fe67f7a188dd762a36c32d1d4a8f7264b920..c838a0f2c187ab463b7cbf5ffc21e1e177623717 100644
--- a/remoting/host/desktop_environment.cc
+++ b/remoting/host/desktop_environment.cc
@@ -202,7 +202,7 @@ void DesktopEnvironment::OnShutdownHostTimer() {
DCHECK(context_->ui_message_loop()->BelongsToCurrentThread());
ShowContinueWindow(false);
- host_->Shutdown(NULL);
+ host_->Shutdown(base::Closure());
}
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698