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

Unified Diff: chromeos/dbus/cryptohome_client.cc

Issue 2912763003: cros: Prevent shut down on lid-close during migration. (Closed)
Patch Set: Only update if changed 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: chromeos/dbus/cryptohome_client.cc
diff --git a/chromeos/dbus/cryptohome_client.cc b/chromeos/dbus/cryptohome_client.cc
index 1d469b7439621cb074db4552f4479f1b4e51aa59..9a6d60fb0c807c4ec66a5f65ff065f7d0521d277 100644
--- a/chromeos/dbus/cryptohome_client.cc
+++ b/chromeos/dbus/cryptohome_client.cc
@@ -88,6 +88,7 @@ class CryptohomeClientImpl : public CryptohomeClient {
// CryptohomeClient override.
void Unmount(const BoolDBusMethodCallback& callback) override {
+ LOG(FATAL) << "unmount";
xiyuan 2017/05/31 15:00:53 Is this intentional?
dspaid 2017/05/31 22:51:06 Oops, unrelated debugging work I was doing.
dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
cryptohome::kCryptohomeUnmount);
CallBoolMethod(&method_call, callback);
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.cc ('k') | chromeos/dbus/power_policy_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698