| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index 2b067d745bb36306cac108a570313ad0b5ac2955..8264d5998ae40826f6dd8da3bb1e923365a22633 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -67,7 +67,7 @@ class ASH_EXPORT ShellDelegate {
|
| virtual ~ShellDelegate() {}
|
|
|
| // Returns true if user has logged in.
|
| - virtual bool IsUserLoggedIn() = 0;
|
| + virtual bool IsUserLoggedIn() const = 0;
|
|
|
| // Returns true if we're logged in and browser has been started
|
| virtual bool IsSessionStarted() = 0;
|
|
|