Chromium Code Reviews| Index: chromeos/dbus/cryptohome_client.cc |
| diff --git a/chromeos/dbus/cryptohome_client.cc b/chromeos/dbus/cryptohome_client.cc |
| index 286533d4278f9e885ca7cd6894f952fd7c23b1c9..3eb26eb71d7e8566983dc0d9f39b1a1ce44cfb41 100644 |
| --- a/chromeos/dbus/cryptohome_client.cc |
| +++ b/chromeos/dbus/cryptohome_client.cc |
| @@ -854,6 +854,7 @@ class CryptohomeClientStubImpl : public CryptohomeClient { |
| const StringDBusMethodCallback& callback) OVERRIDE { |
| // Even for stub implementation we have to return different values |
| // so that multi-profiles would work. |
| + // Keep this in sync with SessionManagerClientStubImpl::StorePolicyForUser. |
|
Mattias Nissler (ping if slow)
2013/05/10 12:40:15
Then please make a static function somewhere that
Joao da Silva
2013/05/13 09:39:23
Done.
|
| std::string sanitized_username = username + "-profile"; |
| MessageLoop::current()->PostTask( |
| FROM_HERE, |