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

Unified Diff: ash/tray_action/tray_action.h

Issue 2876993002: Introduce window container to be used by lock screen app windows (Closed)
Patch Set: rebase Created 3 years, 7 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/tray_action/tray_action.h
diff --git a/ash/tray_action/tray_action.h b/ash/tray_action/tray_action.h
index 27ea14a15c077376b86edc9d72ed49d86afc0e96..718730a5ebd828c3f9c766d0c0dcb628717be522 100644
--- a/ash/tray_action/tray_action.h
+++ b/ash/tray_action/tray_action.h
@@ -37,7 +37,10 @@ class ASH_EXPORT TrayAction : public NON_EXPORTED_BASE(mojom::TrayAction) {
// Gets last known handler state for the lock screen note action.
// It will return kNotAvailable if an action handler has not been set using
// |SetClient|.
- mojom::TrayActionState GetLockScreenNoteState();
+ mojom::TrayActionState GetLockScreenNoteState() const;
oshima 2017/05/25 19:49:59 thanks
+
+ // Helper method for determining if lock screen not action is in active state.
+ bool IsLockScreenNoteActive() const;
// If the client is set, sends it a request to handle the lock screen note
// action.

Powered by Google App Engine
This is Rietveld 408576698