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

Unified Diff: remoting/host/policy_hack/policy_watcher_mac.mm

Issue 639233002: Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move DEPS to remoting/host 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_mac.mm
diff --git a/remoting/host/policy_hack/policy_watcher_mac.mm b/remoting/host/policy_hack/policy_watcher_mac.mm
index c5c3a4dec3dc4d6624bab29e57e49ea09793eb64..23be602c87942710e88461b308f307e807370577 100644
--- a/remoting/host/policy_hack/policy_watcher_mac.mm
+++ b/remoting/host/policy_hack/policy_watcher_mac.mm
@@ -87,7 +87,8 @@ class PolicyWatcherMac : public PolicyWatcher {
};
PolicyWatcher* PolicyWatcher::Create(
- scoped_refptr<base::SingleThreadTaskRunner> task_runner) {
+ ChromotingHostContext* context,
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner) {
return new PolicyWatcherMac(task_runner);
}

Powered by Google App Engine
This is Rietveld 408576698