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

Unified Diff: components/policy/core/common/policy_service.cc

Issue 1749053002: Move //remoting/remoting_host_win.gypi:* to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update for component build of Windows Created 4 years, 9 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: components/policy/core/common/policy_service.cc
diff --git a/components/policy/core/common/policy_service.cc b/components/policy/core/common/policy_service.cc
index 8ba3da206ed802e7bfd45e222f0f49277c394edf..a1980363e9ab2463391cd5cf37995a9349221704 100644
--- a/components/policy/core/common/policy_service.cc
+++ b/components/policy/core/common/policy_service.cc
@@ -39,4 +39,16 @@ void PolicyChangeRegistrar::OnPolicyUpdated(const PolicyNamespace& ns,
}
}
+void PolicyService::Observer::OnPolicyServiceInitialized(PolicyDomain domain) {}
+
+PolicyService::Observer::~Observer() {}
+
+PolicyService::~PolicyService() {}
+
+#if defined(WIN32) && defined(COMPONENT_BUILD)
+
+PolicyService::Observer::Observer() {}
+
+#endif
+
} // namespace policy

Powered by Google App Engine
This is Rietveld 408576698