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

Unified Diff: chrome/browser/ui/ash/chrome_new_window_client_browsertest.cc

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/ui/ash/chrome_new_window_client_browsertest.cc
diff --git a/chrome/browser/ui/ash/chrome_new_window_client_browsertest.cc b/chrome/browser/ui/ash/chrome_new_window_client_browsertest.cc
index bc259a400d88de7dd8c348a9185eeeef4bcde3df..c7e289eca289aea6a5bc4de4166d632c2c5ef836 100644
--- a/chrome/browser/ui/ash/chrome_new_window_client_browsertest.cc
+++ b/chrome/browser/ui/ash/chrome_new_window_client_browsertest.cc
@@ -24,8 +24,7 @@ const char kTestUserName2[] = "test2@test.com";
using ChromeNewWindowClientBrowserTest = InProcessBrowserTest;
// Tests that when we open a new window by pressing 'Ctrl-N', we should use the
-// current active window's profile to determine on which profile's desktop we
-// should open a new window.
+// current active window's profile to determine the new browser's profile.
IN_PROC_BROWSER_TEST_F(ChromeNewWindowClientBrowserTest,
NewWindowForActiveWindowProfileTest) {
session_manager::SessionManager::Get()->CreateSession(

Powered by Google App Engine
This is Rietveld 408576698