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

Unified Diff: remoting/host/disconnect_window_win.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: - 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 | « remoting/host/disconnect_window_mac.mm ('k') | remoting/host/host_key_pair.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/disconnect_window_win.cc
diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc
index 9f33d2bfd2c8a5f8f21a2651f1d6e49ea2a15cad..a9f77421f326aecf8760798289b4ca814ecff617 100644
--- a/remoting/host/disconnect_window_win.cc
+++ b/remoting/host/disconnect_window_win.cc
@@ -204,7 +204,7 @@ void DisconnectWindowWin::Show(ChromotingHost* host,
void DisconnectWindowWin::ShutdownHost() {
CHECK(host_);
- host_->Shutdown(NULL);
+ host_->Shutdown(base::Closure());
}
static int GetControlTextWidth(HWND control) {
« no previous file with comments | « remoting/host/disconnect_window_mac.mm ('k') | remoting/host/host_key_pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698