Chromium Code Reviews| Index: ash/session_state_delegate.h |
| diff --git a/ash/session_state_delegate.h b/ash/session_state_delegate.h |
| index 4df16171c9547a39764b2670ba57cbeb51f2fd3d..635eea04f16b11493e48b22e5cae482a01a5d907 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; |
| + // Return the browser context associated witht he window. |
|
Mr4D (OOO till 08-26)
2014/03/14 22:01:30
.. with the ..
oshima
2014/03/15 01:32:32
Done.
|
| + virtual content::BrowserContext* GetBrowserContextForWindow( |
| + aura::Window* window) = 0; |
| + |
| // Returns the maximum possible number of logged in users. |
| virtual int GetMaximumNumberOfLoggedInUsers() const = 0; |