Fix code style.
This commit is contained in:
parent
93bbc6c810
commit
57580e00f9
5 changed files with 5 additions and 14 deletions
|
@ -138,7 +138,6 @@ WebContents::WebContents(const mate::Dictionary& options)
|
|||
inspectable_web_contents_ = managed_web_contents();
|
||||
|
||||
Observe(GetWebContents());
|
||||
printing::PrintPreviewMessageHandler::CreateForWebContents(web_contents);
|
||||
}
|
||||
|
||||
WebContents::~WebContents() {
|
||||
|
@ -593,7 +592,7 @@ bool WebContents::IsAudioMuted() {
|
|||
}
|
||||
|
||||
void WebContents::PrintToPDF(const base::DictionaryValue& setting,
|
||||
const PrintToPDFCallback& callback) {
|
||||
const PrintToPDFCallback& callback) {
|
||||
printing::PrintPreviewMessageHandler::FromWebContents(web_contents())->
|
||||
PrintToPDF(setting, callback);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue