Index: chrome/browser/ui/ash/chrome_shell_delegate_views.cc |
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc |
index 7d4d1ea41ea14ba4a07c4f2149662b1052115bda..8bf7dca4fdbc77d6d1e43dfb30bc6a29cfc9cf51 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc |
@@ -8,34 +8,10 @@ |
#include "chrome/browser/ui/ash/caps_lock_delegate_views.h" |
#include "chrome/browser/ui/ash/window_positioner.h" |
-bool ChromeShellDelegate::IsUserLoggedIn() const { |
- return true; |
-} |
- |
-// Returns true if we're logged in and browser has been started |
-bool ChromeShellDelegate::IsSessionStarted() const { |
- return true; |
-} |
- |
-bool ChromeShellDelegate::IsGuestSession() const { |
- return false; |
-} |
- |
bool ChromeShellDelegate::IsFirstRunAfterBoot() const { |
return false; |
} |
-bool ChromeShellDelegate::CanLockScreen() const { |
- return false; |
-} |
- |
-void ChromeShellDelegate::LockScreen() { |
-} |
- |
-bool ChromeShellDelegate::IsScreenLocked() const { |
- return false; |
-} |
- |
void ChromeShellDelegate::PreInit() { |
} |