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

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

Issue 1984733002: [Reland] GetAccountIdFromProfile() should not return an empty account id if a valid profile is prov… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/signin/signin_error_notifier_ash_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2bd8072d177694e7f3f281d24ef8711c9302248d..12a149c382dab4719fb51fe50aa730c448250c5e 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -33,6 +33,10 @@ class MultiUserWindowManagerChromeOSTest;
} // namespace test
} // namespace ash
+namespace test {
+class BrowserFinderChromeOSTest;
+} // namespace test
+
namespace chromeos {
class FileFlusher;
@@ -155,6 +159,7 @@ class ProfileHelper
friend class SessionStateDelegateChromeOSTest;
friend class SystemTrayDelegateChromeOSTest;
friend class ash::test::MultiUserWindowManagerChromeOSTest;
+ friend class ::test::BrowserFinderChromeOSTest;
// Called when signin profile is cleared.
void OnSigninProfileCleared();
« no previous file with comments | « no previous file | chrome/browser/signin/signin_error_notifier_ash_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698