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

Unified Diff: trunk/src/chrome/browser/ui/ash/session_state_delegate_views.cc

Issue 14200034: Revert 194578 "Add ash SessionStateDelegate" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/chrome/browser/ui/ash/session_state_delegate_views.cc
===================================================================
--- trunk/src/chrome/browser/ui/ash/session_state_delegate_views.cc (revision 194588)
+++ trunk/src/chrome/browser/ui/ash/session_state_delegate_views.cc (working copy)
@@ -1,33 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/ash/session_state_delegate.h"
-
-SessionStateDelegate::SessionStateDelegate() {
-}
-
-SessionStateDelegate::~SessionStateDelegate() {
-}
-
-bool SessionStateDelegate::HasActiveUser() const {
- return true;
-}
-
-bool SessionStateDelegate::IsActiveUserSessionStarted() const {
- return true;
-}
-
-bool SessionStateDelegate::CanLockScreen() const {
- return false;
-}
-
-bool SessionStateDelegate::IsScreenLocked() const {
- return false;
-}
-
-void SessionStateDelegate::LockScreen() {
-}
-
-void SessionStateDelegate::UnlockScreen() {
-}
« no previous file with comments | « trunk/src/chrome/browser/ui/ash/session_state_delegate_chromeos.cc ('k') | trunk/src/chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698