Fix code style.

This commit is contained in:
Haojian Wu 2015-06-13 16:02:16 +08:00
parent 93bbc6c810
commit 57580e00f9
5 changed files with 5 additions and 14 deletions

View file

@ -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);
}