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

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

Issue 1880923003: GetAccountIdFromProfile() should not return an empty account id if a valid profile is provided. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the failed trybots. Created 4 years, 8 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 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();

Powered by Google App Engine
This is Rietveld 408576698