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

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: get rid of FakeChromeUserManager usage in ExistingUserController* tests Created 5 years, 10 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 cac7855afce4adc973d1f9dd2b1110983c55dfc9..e15475fc37a01b205f306788927e9dfba7806851 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;
« no previous file with comments | « chrome/browser/chromeos/preferences_browsertest.cc ('k') | chrome/browser/chromeos/settings/cros_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698