Bug 818307: Part 2 - Plugin Hang UI ChromeHang annotations; r=gfritzsche
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user