| Index: chrome/browser/chromeos/login/users/affiliation.h
|
| diff --git a/chrome/browser/chromeos/login/users/affiliation.h b/chrome/browser/chromeos/login/users/affiliation.h
|
| index 9d32440446c8c485fccf558b2635bc4be6506658..615a3dc85557730b9ae54ea72d91e91d84e954cd 100644
|
| --- a/chrome/browser/chromeos/login/users/affiliation.h
|
| +++ b/chrome/browser/chromeos/login/users/affiliation.h
|
| @@ -18,15 +18,14 @@ typedef std::set<std::string> AffiliationIDSet;
|
| bool HaveCommonElement(const std::set<std::string>& set1,
|
| const std::set<std::string>& set2);
|
|
|
| -// TODO(peletskyi): Remove email and enterprise domain after affiliation
|
| -// based implementation will fully work. http://crbug.com/515476
|
| +// TODO(peletskyi): Remove email after affiliation based implementation will
|
| +// fully work. http://crbug.com/515476
|
| // The function makes a decision if user with |user_affiliation_ids| and
|
| // |email| is affiliated on the device with |device_affiliation_ids| and
|
| // |enterprise_domain|.
|
| bool IsUserAffiliated(const AffiliationIDSet& user_affiliation_ids,
|
| const AffiliationIDSet& device_affiliation_ids,
|
| - const std::string& email,
|
| - const std::string& enterprise_domain);
|
| + const std::string& email);
|
|
|
| } // namespace chromeos
|
|
|
|
|