gtk: Fix BrowserWindow::HasModalDialog.

This commit is contained in:
Cheng Zhao 2014-03-18 14:52:45 +08:00
parent 1740355855
commit 630e1b54e8
2 changed files with 0 additions and 6 deletions

View file

@ -256,11 +256,6 @@ bool NativeWindowGtk::IsKiosk() {
return IsFullscreen();
}
bool NativeWindowGtk::HasModalDialog() {
// FIXME(zcbenz): Implement me.
return false;
}
gfx::NativeWindow NativeWindowGtk::GetNativeWindow() {
return window_;
}