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

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

Issue 2644733004: Chrome OS: New window on teleported browser window should show on current desktop (Closed)
Patch Set: add test coverage Created 3 years, 11 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..f3d1bcaab834abcf6a6b25a578e348c4912226e3 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -41,6 +41,7 @@ class MultiUserWindowManagerChromeOSTest;
namespace test {
class BrowserFinderChromeOSTest;
+class MultiUserBrowserWindowChromeOSTest;
} // namespace test
namespace chromeos {
@@ -168,6 +169,7 @@ class ProfileHelper
friend class ash::test::MultiUserWindowManagerChromeOSTest;
friend class ::ArcAppTest;
friend class ::test::BrowserFinderChromeOSTest;
+ friend class ::test::MultiUserBrowserWindowChromeOSTest;
// Called when signin profile is cleared.
void OnSigninProfileCleared();

Powered by Google App Engine
This is Rietveld 408576698