Remove the RestartHangMonitorTimeout API, which is useless now.
This commit is contained in:
parent
2c672052e6
commit
cb73a3c572
5 changed files with 2 additions and 22 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue