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

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

Issue 2704113003: Save Play user id when ARC user gets a Managed Google Play account (Closed)
Patch Set: Created 3 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 e987403d705bdece444121e1722ab6203d273768..ba6e7ea89f79e75780b72ba267e1b84d15d3f5bf 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -18,6 +18,7 @@
#include "chrome/browser/chromeos/login/signin/oauth2_login_manager.h"
#include "components/user_manager/user_manager.h"
+class ArcActiveDirectoryEnrollmentTokenFetcherBrowserTest;
class ArcAppTest;
class Profile;
@@ -166,6 +167,7 @@ class ProfileHelper
friend class SystemTrayDelegateChromeOSTest;
friend class arc::SyncArcPackageHelper;
friend class ash::test::MultiUserWindowManagerChromeOSTest;
+ friend class ::ArcActiveDirectoryEnrollmentTokenFetcherBrowserTest;
friend class ::ArcAppTest;
friend class ::test::BrowserFinderChromeOSTest;

Powered by Google App Engine
This is Rietveld 408576698