| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index e571471397083f953a04cb794436471431877adb..813ed188a42e08715ee05202e70cfbd20dfb42a4 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -38,9 +38,6 @@ class ASH_EXPORT ShellDelegate {
|
| // The Shell owns the delegate.
|
| virtual ~ShellDelegate() {}
|
|
|
| - // Invoked to create a new status area. Can return NULL.
|
| - virtual views::Widget* CreateStatusArea() = 0;
|
| -
|
| // Returns true if user has logged in.
|
| virtual bool IsUserLoggedIn() = 0;
|
|
|
|
|