summaryrefslogtreecommitdiffstats
path: root/ceee
diff options
context:
space:
mode:
authormad@google.com <mad@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-08 18:29:56 +0000
committermad@google.com <mad@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-08 18:29:56 +0000
commitaea360fdf43b5822a6b772596e50f755aa246cf8 (patch)
tree52a4cac2de4fd4ff9d1f418d9d762716da24621c /ceee
parent9db9ac7f2be75ce92155463fa0c27292db08fb5f (diff)
downloadchromium_src-aea360fdf43b5822a6b772596e50f755aa246cf8.zip
chromium_src-aea360fdf43b5822a6b772596e50f755aa246cf8.tar.gz
chromium_src-aea360fdf43b5822a6b772596e50f755aa246cf8.tar.bz2
Add one more error posting...
This was missed in rev http://src.chromium.org/viewvc/chrome?view=rev&revision=68481 :-( BUG=65440 TEST=None Review URL: http://codereview.chromium.org/5640005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68611 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee')
-rw-r--r--ceee/ie/broker/tab_api_module.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ceee/ie/broker/tab_api_module.cc b/ceee/ie/broker/tab_api_module.cc
index 49f92b5..7e933e1 100644
--- a/ceee/ie/broker/tab_api_module.cc
+++ b/ceee/ie/broker/tab_api_module.cc
@@ -569,6 +569,7 @@ HRESULT GetSelectedTab::ContinueExecution(
if (FAILED(hr)) {
// The ApiDispatcher will forget about us and result's destructor will
// free the allocation of user_data.
+ result->PostError("Internal error while trying to finish tab selection.");
return hr;
}
if (hr == S_FALSE) {