Chromium Code Reviews| 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; |
| } |