default template for PreviewFile

This commit is contained in:
Pierre Laurac 2016-10-11 18:08:01 -07:00 committed by Kevin Sawicki
parent 26f76f8d41
commit fb444f646b
6 changed files with 23 additions and 0 deletions

View file

@ -374,6 +374,9 @@ void NativeWindow::SetAspectRatio(double aspect_ratio,
aspect_ratio_extraSize_ = extra_size;
}
void NativeWindow::PreviewFile(const base::string16& filepath) {
}
void NativeWindow::RequestToClosePage() {
bool prevent_default = false;
FOR_EACH_OBSERVER(NativeWindowObserver,