diff options
Diffstat (limited to 'ash/shell')
-rw-r--r-- | ash/shell/shell_delegate_impl.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc index 4af993a..ce07345 100644 --- a/ash/shell/shell_delegate_impl.cc +++ b/ash/shell/shell_delegate_impl.cc @@ -89,6 +89,10 @@ class SessionStateDelegateImpl : public SessionStateDelegate { aura::Window* window) override { return Shell::GetInstance()->delegate()->GetActiveBrowserContext(); } + content::BrowserContext* GetUserPresentingBrowserContextForWindow( + aura::Window* window) override { + return NULL; + } int GetMaximumNumberOfLoggedInUsers() const override { return 3; } int NumberOfLoggedInUsers() const override { // ash_shell has 2 users. |