default template for PreviewFile
This commit is contained in:
parent
26f76f8d41
commit
fb444f646b
6 changed files with 23 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue