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

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

Issue 890293002: Fixing crash upon window manager creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Created 5 years, 11 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_chromeos.h
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h
index d3d0b575371b33f85efe11fa6e7548b29973c1e0..c955776ac2f651ab1534c1bd3252628ec8971a01 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h
+++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h
@@ -72,6 +72,9 @@ class MultiUserWindowManagerChromeOS
explicit MultiUserWindowManagerChromeOS(const std::string& active_user_id);
~MultiUserWindowManagerChromeOS() override;
+ // Initializes the manager after its creation. Should only be called once.
+ void Init();
+
// MultiUserWindowManager overrides:
void SetWindowOwner(
aura::Window* window, const std::string& user_id) override;

Powered by Google App Engine
This is Rietveld 408576698