Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate_views.cc

Issue 14295008: Add ash SessionStateDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
}
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc ('k') | chrome/browser/ui/ash/session_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698