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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h

Issue 2345043002: arc: Prevent showing Arc app window for secondary user profile. (Closed)
Patch Set: refactored 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/launcher/arc_app_window_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
index 30a1793c1fcf9bde35fa4c2960298f2409ba96f3..b91259e950f97cbe0b9e916b48fe3fb4fafe3788 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
@@ -101,6 +101,7 @@ class ArcAppWindowLauncherController : public AppWindowLauncherController,
void AttachControllerToWindowIfNeeded(aura::Window* window);
void AttachControllerToWindowsIfNeeded();
+ void AttachWindowToMultiUserManager(aura::Window* window);
void SetOrientationLockForAppWindow(AppWindow* app_window);

Powered by Google App Engine
This is Rietveld 408576698