Index: chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.cc |
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.cc b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.cc |
index e7d4d41fef4904fe596c8887e2107f369d30bd09..2b62e7b74538ad7dc62b2a9b76791bf5da83f627 100644 |
--- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.cc |
+++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.cc |
@@ -15,6 +15,10 @@ void MultiUserWindowManagerStub::SetWindowOwner(aura::Window* window, |
NOTIMPLEMENTED(); |
} |
+void MultiUserWindowManagerStub::MarkWindowAsVisible(aura::Window* window) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
const AccountId& MultiUserWindowManagerStub::GetWindowOwner( |
aura::Window* window) const { |
return EmptyAccountId(); |