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

Unified Diff: chrome/browser/chromeos/power/screen_lock_observer.cc

Issue 23694025: Remove calls to deprecated session_manager DBus methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix use-after-free in tests. 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: chrome/browser/chromeos/power/screen_lock_observer.cc
diff --git a/chrome/browser/chromeos/power/screen_lock_observer.cc b/chrome/browser/chromeos/power/screen_lock_observer.cc
index 23a59f918683c54c83ba7e6de04e0c447f031eb3..7a8bb8734891fb4399a209054a84bac5caccdf8a 100644
--- a/chrome/browser/chromeos/power/screen_lock_observer.cc
+++ b/chrome/browser/chromeos/power/screen_lock_observer.cc
@@ -17,7 +17,7 @@ ScreenLockObserver::~ScreenLockObserver() {
DBusThreadManager::Get()->GetSessionManagerClient()->RemoveObserver(this);
}
-void ScreenLockObserver::UnlockScreen() {
+void ScreenLockObserver::ScreenIsUnlocked() {
extensions::DispatchScreenUnlockedEvent();
}
« no previous file with comments | « chrome/browser/chromeos/power/screen_lock_observer.h ('k') | chrome/browser/chromeos/settings/device_settings_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698