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

Unified Diff: ash/system/chromeos/session/last_window_closed_logout_reminder.h

Issue 2108793002: mash: Convert system tray logout button to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more review comments, fix mash_unittests Created 4 years, 6 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: ash/system/chromeos/session/last_window_closed_logout_reminder.h
diff --git a/ash/system/chromeos/session/last_window_closed_logout_reminder.h b/ash/system/chromeos/session/last_window_closed_logout_reminder.h
deleted file mode 100644
index d942e4236e49cde91086b78983029519dc1b813a..0000000000000000000000000000000000000000
--- a/ash/system/chromeos/session/last_window_closed_logout_reminder.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2014 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 ASH_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_LOGOUT_REMINDER_H_
-#define ASH_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_LOGOUT_REMINDER_H_
-
-#include "ash/common/system/chromeos/session/last_window_closed_observer.h"
-#include "base/compiler_specific.h"
-#include "base/macros.h"
-
-namespace ash {
-
-// Shows a dialog asking the user whether to end the session when the last
-// window has been closed in a public session.
-class LastWindowClosedLogoutReminder : public LastWindowClosedObserver {
- public:
- LastWindowClosedLogoutReminder();
- ~LastWindowClosedLogoutReminder() override;
-
- void OnLastWindowClosed() override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(LastWindowClosedLogoutReminder);
-};
-
-} // namespace ash
-
-#endif // ASH_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_LOGOUT_REMINDER_H_
« no previous file with comments | « ash/system/chromeos/label_tray_view.cc ('k') | ash/system/chromeos/session/last_window_closed_logout_reminder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698