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

Unified Diff: chrome/browser/chromeos/profiles/profile_helper.h

Issue 745613002: [cros] Cleanup: remove LoginUtils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn build Created 5 years, 11 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/chromeos/profiles/profile_helper.h
diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
index 654a98b3f17ae0bc18a8d153e23e1398c4eae113..1ef856900d55cced36d205f2f022a9b957488f75 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 FakeUserManager;
friend class KioskTest;

Powered by Google App Engine
This is Rietveld 408576698