mac: Add APIs on setting icon in titlebar.

This commit is contained in:
Cheng Zhao 2014-05-27 14:15:34 +08:00
parent 2f5dfb1dc7
commit a7b730654c
7 changed files with 44 additions and 0 deletions

View file

@ -191,6 +191,12 @@ void NativeWindow::InitFromOptions(base::DictionaryValue* options) {
Show();
}
void NativeWindow::SetRepresentedFilename(const std::string& filename) {
}
void NativeWindow::SetDocumentEdited(bool edited) {
}
bool NativeWindow::HasModalDialog() {
return has_dialog_attached_;
}