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

Unified Diff: chromeos/dbus/session_manager_client.h

Issue 23444057: Reduce chrome cras dbus call logs during device rebooting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Enable CrasAudioHandler logging if chrome crashes and reboots. Created 7 years, 3 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: chromeos/dbus/session_manager_client.h
diff --git a/chromeos/dbus/session_manager_client.h b/chromeos/dbus/session_manager_client.h
index 4d1dc14818e797bd92f1c66b7734c0f3649bced6..7c226e72065e2e4071b59fa51346e6b4c8a1ead3 100644
--- a/chromeos/dbus/session_manager_client.h
+++ b/chromeos/dbus/session_manager_client.h
@@ -42,6 +42,9 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient {
// unlocked successfully (i.e. after NotifyLockScreenDismissed() has
// been called).
virtual void ScreenIsUnlocked() {}
+
+ // Called after EmitLoginPromptVisible is called.
+ virtual void EmitLoginPromptVisibleCalled() {}
};
// Adds and removes the observer.

Powered by Google App Engine
This is Rietveld 408576698