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

Unified Diff: remoting/host/policy_hack/policy_watcher_win.cc

Issue 639233002: Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedbacks Created 6 years, 2 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
Index: remoting/host/policy_hack/policy_watcher_win.cc
diff --git a/remoting/host/policy_hack/policy_watcher_win.cc b/remoting/host/policy_hack/policy_watcher_win.cc
index cea8516b92e88a105aa6069d8ea9a88d1d829a18..a958a035e616f3fe1159c856e8c958592d42c56a 100644
--- a/remoting/host/policy_hack/policy_watcher_win.cc
+++ b/remoting/host/policy_hack/policy_watcher_win.cc
@@ -217,6 +217,7 @@ class PolicyWatcherWin :
};
PolicyWatcher* PolicyWatcher::Create(
+ ChromotingHostContext* context,
scoped_refptr<base::SingleThreadTaskRunner> task_runner) {
return new PolicyWatcherWin(task_runner);
}

Powered by Google App Engine
This is Rietveld 408576698