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

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: Fix browsertest failure 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 2104e1e187eb12d1715e6da67f8796d71d4f5457..858406614f0e9a2326dbc3db563b4007b0862b03 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;
@@ -171,6 +172,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