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

Unified Diff: chrome/browser/policy/profile_policy_connector_stub.cc

Issue 304183007: Added ProfilePolicyConnector::IsFromCloudPolicy(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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: chrome/browser/policy/profile_policy_connector_stub.cc
diff --git a/chrome/browser/policy/profile_policy_connector_stub.cc b/chrome/browser/policy/profile_policy_connector_stub.cc
index dff97ea7f1c796257964c1b2cfff6979b37f38b6..10774f62bb783243296650d5f09c1cb565bdb7a3 100644
--- a/chrome/browser/policy/profile_policy_connector_stub.cc
+++ b/chrome/browser/policy/profile_policy_connector_stub.cc
@@ -33,4 +33,8 @@ std::string ProfilePolicyConnector::GetManagementDomain() const {
return "";
}
+bool ProfilePolicyConnector::IsPolicyFromCloudPolicy(const char* name) const {
+ return false;
+}
+
} // namespace policy
« no previous file with comments | « chrome/browser/policy/profile_policy_connector.cc ('k') | chrome/browser/policy/profile_policy_connector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698