Index: build/chrome/cackey-chrome-init.cc ================================================================== --- build/chrome/cackey-chrome-init.cc +++ build/chrome/cackey-chrome-init.cc @@ -86,10 +86,16 @@ */ if (message->HasKey("id")) { reply->Set("id", message->Get("id")); } + /* + * Indicate who our message is for + */ + reply->Set("target", "cackey"); + reply->Set("command", command); + /* * Send the reply back to the requestor, hopefully they are waiting for this message */ PostMessage(*reply);