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

Unified Diff: ash/test/test_session_state_delegate.cc

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 Oshima'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
Index: ash/test/test_session_state_delegate.cc
diff --git a/ash/test/test_session_state_delegate.cc b/ash/test/test_session_state_delegate.cc
index 0d31d45c965432274f302d7974f5d13a020b7724..c28c49737c20b8612169bb097dcbf9f699cd2bf2 100644
--- a/ash/test/test_session_state_delegate.cc
+++ b/ash/test/test_session_state_delegate.cc
@@ -99,8 +99,13 @@ TestSessionStateDelegate::GetBrowserContextByIndex(
return NULL;
}
+content::BrowserContext* TestSessionStateDelegate::GetBrowserContextForWindow(
+ aura::Window* window) {
+ return NULL;
+}
oshima 2015/04/09 17:50:48 please keep the same order as in the header.
xdai1 2015/04/09 22:45:25 It was in the same order:)
oshima 2015/04/10 20:39:49 oops sorry.
+
content::BrowserContext*
-TestSessionStateDelegate::GetBrowserContextForWindow(
+TestSessionStateDelegate::GetUserPresentingBrowserContextForWindow(
aura::Window* window) {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698