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

Unified Diff: chrome/browser/ui/ash/multi_user_window_manager.h

Issue 55303003: Fixing drag and drop visibility issues of tabs on a visiting desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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_window_manager.h
diff --git a/chrome/browser/ui/ash/multi_user_window_manager.h b/chrome/browser/ui/ash/multi_user_window_manager.h
index 0b6bbbae21578445a657f0d14846f675bcea58d6..3ead9b6ec2caf7b5797a978f4504f8ab181f0eba 100644
--- a/chrome/browser/ui/ash/multi_user_window_manager.h
+++ b/chrome/browser/ui/ash/multi_user_window_manager.h
@@ -128,6 +128,9 @@ class MultiUserWindowManager : public ash::SessionStateObserver,
bool IsWindowOnDesktopOfUser(aura::Window* window,
const std::string& user_id);
+ // The current user.
+ const std::string& current_user_id() { return current_user_id_; }
+
// Get the user on which the window is currently shown. If an empty string is
// passed back the window will be presented for every user.
const std::string& GetUserPresentingWindow(aura::Window* window);
« no previous file with comments | « no previous file | chrome/browser/ui/ash/multi_user_window_manager.cc » ('j') | chrome/browser/ui/views/tabs/tab_drag_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698