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

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

Issue 1053013007: Minimized windows should not be activated by another user in multiprofile scenario. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address skuhne@'s comments. Created 5 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
« no previous file with comments | « chrome/browser/apps/app_browsertest.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate_chromeos.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 18a0239aa64bf45a6c416dba3fab850092afed9d..cee6b9c2daeb719561fd9030ea4409e0a9c106cb 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -26,6 +26,12 @@ namespace extensions {
class ExtensionGarbageCollectorChromeOSUnitTest;
}
+namespace ash {
+namespace test {
+class MultiUserWindowManagerChromeOSTest;
+} // namespace test
+} // namespace ash
+
namespace chromeos {
// This helper class is used on Chrome OS to keep track of currently
@@ -139,6 +145,7 @@ class ProfileHelper
friend class ProfileListChromeOSTest;
friend class SessionStateDelegateChromeOSTest;
friend class SystemTrayDelegateChromeOSTest;
+ friend class ash::test::MultiUserWindowManagerChromeOSTest;
// Called when signin profile is cleared.
void OnSigninProfileCleared();
« no previous file with comments | « chrome/browser/apps/app_browsertest.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698