Remove the RestartHangMonitorTimeout API, which is useless now.

This commit is contained in:
Cheng Zhao 2013-12-09 14:17:56 +08:00
parent 2c672052e6
commit cb73a3c572
5 changed files with 2 additions and 22 deletions

View file

@ -188,10 +188,6 @@ bool NativeWindow::IsWebViewFocused() {
return GetWebContents()->GetRenderViewHost()->GetView()->HasFocus();
}
void NativeWindow::RestartHangMonitorTimeout() {
GetWebContents()->GetRenderViewHost()->RestartHangMonitorTimeout();
}
bool NativeWindow::SetIcon(const std::string& str_path) {
base::FilePath path = base::FilePath::FromUTF8Unsafe(str_path);