Index: ash/session_state_delegate.h |
diff --git a/ash/session_state_delegate.h b/ash/session_state_delegate.h |
index 4df16171c9547a39764b2670ba57cbeb51f2fd3d..f0e7f22f42005c677abf234299ce8a4955a7c278 100644 |
--- a/ash/session_state_delegate.h |
+++ b/ash/session_state_delegate.h |
@@ -51,6 +51,10 @@ class ASH_EXPORT SessionStateDelegate { |
virtual content::BrowserContext* GetBrowserContextByIndex( |
MultiProfileIndex index) = 0; |
+ // Returns the browser context associated with the window. |
+ virtual content::BrowserContext* GetBrowserContextForWindow( |
+ aura::Window* window) = 0; |
+ |
// Returns the maximum possible number of logged in users. |
virtual int GetMaximumNumberOfLoggedInUsers() const = 0; |