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

Unified Diff: mash/session/public/interfaces/session.mojom

Issue 2569953002: Removes example code that isn't correctly wired up (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « mash/session/public/interfaces/OWNERS ('k') | mash/session/session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/public/interfaces/session.mojom
diff --git a/mash/session/public/interfaces/session.mojom b/mash/session/public/interfaces/session.mojom
deleted file mode 100644
index f81e98df04ed50f9420d05549919f9d6abceb709..0000000000000000000000000000000000000000
--- a/mash/session/public/interfaces/session.mojom
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2016 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.
-
-module mash.session.mojom;
-
-interface ScreenlockStateListener {
- // This method is called when the listener is initially added with the current
- // lock state, and subsequently whenever the lock state changes.
- ScreenlockStateChanged(bool locked);
-};
-
-interface Session {
- Logout();
- SwitchUser();
- LockScreen();
- UnlockScreen();
- AddScreenlockStateListener(ScreenlockStateListener listener);
-};
« no previous file with comments | « mash/session/public/interfaces/OWNERS ('k') | mash/session/session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698