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

Unified Diff: chrome/browser/chromeos/power/session_state_controller_delegate_chromeos.h

Issue 2471643002: mash: remove the LockStateControllerDelegate. (Closed)
Patch Set: Add bug links + modify other overlay.json file. Created 4 years, 1 month 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/chromeos/power/session_state_controller_delegate_chromeos.h
diff --git a/chrome/browser/chromeos/power/session_state_controller_delegate_chromeos.h b/chrome/browser/chromeos/power/session_state_controller_delegate_chromeos.h
deleted file mode 100644
index 1db21ef6e371362731a678a2e4c5758481ee11fe..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/power/session_state_controller_delegate_chromeos.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright (c) 2012 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.
-
-#ifndef CHROME_BROWSER_CHROMEOS_POWER_SESSION_STATE_CONTROLLER_DELEGATE_CHROMEOS_H_
-#define CHROME_BROWSER_CHROMEOS_POWER_SESSION_STATE_CONTROLLER_DELEGATE_CHROMEOS_H_
-
-#include "ash/wm/lock_state_controller.h"
-#include "base/compiler_specific.h"
-#include "base/macros.h"
-#include "base/memory/weak_ptr.h"
-
-namespace chromeos {
-
-class SessionStateControllerDelegateChromeos
- : public ash::LockStateControllerDelegate {
- public:
- SessionStateControllerDelegateChromeos();
- ~SessionStateControllerDelegateChromeos() override;
-
- private:
- // ash::LockStateControllerDelegate implementation.
- void RequestShutdown() override;
-
- base::WeakPtrFactory<SessionStateControllerDelegateChromeos> weak_factory_;
-
- DISALLOW_COPY_AND_ASSIGN(SessionStateControllerDelegateChromeos);
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_POWER_SESSION_STATE_CONTROLLER_DELEGATE_CHROMEOS_H_

Powered by Google App Engine
This is Rietveld 408576698