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

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_window_manager.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.h
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager.h b/chrome/browser/ui/ash/multi_user/multi_user_window_manager.h
index cf77aaa240efbe16146f00fb4f10f1b69f963864..505ef3516d682f3c88fe57c9ba58577a7ca20a8e 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager.h
+++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager.h
@@ -102,6 +102,9 @@ class MultiUserWindowManager {
virtual void SetWindowOwner(aura::Window* window,
const AccountId& account_id) = 0;
+ // Marks the window as visible in the system.
+ virtual void MarkWindowAsVisible(aura::Window* window) = 0;
+
// See who owns this window. The return value is the user account id or an
// empty AccountId if not assigned yet.
virtual const AccountId& GetWindowOwner(aura::Window* window) const = 0;

Powered by Google App Engine
This is Rietveld 408576698