Searched refs:previous_entry (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_policy_observer.cc91 const PolicyMap::Entry* previous_entry = previous.Get(parent_->policy_); local
93 if ((!previous_entry && current_entry) ||
94 (previous_entry && !current_entry) ||
95 (previous_entry && current_entry &&
96 !previous_entry->Equals(*current_entry))) {

Completed in 87 milliseconds