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

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h

Issue 2345043002: arc: Prevent showing Arc app window for secondary user profile. (Closed)
Patch Set: Created 4 years, 3 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/multi_user/multi_user_window_manager_stub.h
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h
index f7e1be3b2eca56cfbb4bfd47fdc082862a4def18..f49f36b1314935a013e28511ded6766a78941f45 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h
+++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h
@@ -25,6 +25,7 @@ class MultiUserWindowManagerStub : public MultiUserWindowManager {
// MultiUserWindowManager overrides:
void SetWindowOwner(aura::Window* window,
const AccountId& account_id) override;
+ void MarkWindowAsVisible(aura::Window* window) override;
const AccountId& GetWindowOwner(aura::Window* window) const override;
void ShowWindowForUser(aura::Window* window,
const AccountId& account_id) override;

Powered by Google App Engine
This is Rietveld 408576698