Bug 818307: Part 2 - Plugin Hang UI ChromeHang annotations; r=gfritzsche

This commit is contained in:
Aaron Klotz
2014-10-21 11:48:08 -06:00
parent bd3c976be2
commit 42d068f947
3 changed files with 113 additions and 41 deletions

View File

@@ -356,6 +356,7 @@ PluginHangUIParent::RecvUserResponse(const unsigned int& aResponse)
mModule->TerminateChildProcess(mMainThreadMessageLoop);
responseCode = 1;
} else if(aResponse & HANGUI_USER_RESPONSE_CONTINUE) {
mModule->OnHangUIContinue();
// User clicked Continue
responseCode = 2;
} else {