diff options
Diffstat (limited to 'chrome/browser/chromeos/profiles/profile_helper.h')
-rw-r--r-- | chrome/browser/chromeos/profiles/profile_helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h index cac7855..e15475f 100644 --- a/chrome/browser/chromeos/profiles/profile_helper.h +++ b/chrome/browser/chromeos/profiles/profile_helper.h @@ -123,8 +123,11 @@ class ProfileHelper const std::string& user_id); private: + // TODO(nkostylev): Create a test API class that will be the only one allowed + // to access private test methods. friend class CryptohomeAuthenticatorTest; friend class DeviceSettingsTestBase; + friend class ExistingUserControllerTest; friend class extensions::ExtensionGarbageCollectorChromeOSUnitTest; friend class FakeChromeUserManager; friend class KioskTest; |