summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorantrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-26 15:46:36 +0000
committerantrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-26 15:46:36 +0000
commit59a819cec1322b633562d46247e3c78271460a88 (patch)
treee49112bbe79fdb03e063bd069b72740fdb2cb209 /chromeos
parent97644d4c3b2fdc0e7ce3e1ed76cdc8ee48a65303 (diff)
downloadchromium_src-59a819cec1322b633562d46247e3c78271460a88.zip
chromium_src-59a819cec1322b633562d46247e3c78271460a88.tar.gz
chromium_src-59a819cec1322b633562d46247e3c78271460a88.tar.bz2
Fix hang in AsyncAddKey
BUG=254019 R=ygorshenin@chromium.org TBR=satorux@chromium.org Review URL: https://chromiumcodereview.appspot.com/17877002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/dbus/cryptohome_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/cryptohome_client.cc b/chromeos/dbus/cryptohome_client.cc
index 1a503ae..7e271d7 100644
--- a/chromeos/dbus/cryptohome_client.cc
+++ b/chromeos/dbus/cryptohome_client.cc
@@ -22,7 +22,7 @@ namespace {
// stub_hash = "[user_id]-hash";
static const char kUserIdStubHashSuffix[] = "-hash";
-static const char kCryptohomeAsyncAddKey[] = "AddKey";
+static const char kCryptohomeAsyncAddKey[] = "AsyncAddKey";
// The CryptohomeClient implementation.
class CryptohomeClientImpl : public CryptohomeClient {