commit | ca6df68f187851c26a93fb280c701fc91ac55a5b | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Apr 10 23:00:20 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Apr 10 23:00:20 2012 |
tree | 10b832e430b77a9a3b5fc32d991556b200482f3f | |
parent | 612b75f563f62ec199673cfc2dcb17b1610603ac [diff] [blame] |
Finish implementation of chrome.experimental.alarms API, with nifty ExtensionFunction unittests. BUG=81758 TEST=no Review URL: https://chromiumcodereview.appspot.com/10005051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131666 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_function.cc b/chrome/browser/extensions/extension_function.cc index e54dee51..b3b3105 100644 --- a/chrome/browser/extensions/extension_function.cc +++ b/chrome/browser/extensions/extension_function.cc
@@ -183,7 +183,7 @@ void UIThreadExtensionFunction::SendResponse(bool success) { if (delegate_) { - delegate_->OnSendResponse(this, success); + delegate_->OnSendResponse(this, success, bad_message_); } else { if (!render_view_host_ || !dispatcher()) return;