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

@ -28,8 +28,6 @@
#include "brightray/browser/inspectable_web_contents.h"
#include "brightray/browser/inspectable_web_contents_view.h"
#include "chrome/browser/printing/print_view_manager_basic.h"
#include "chrome/browser/printing/print_preview_message_handler.h"
#include "chrome/browser/ui/browser_dialogs.h"
#include "content/browser/renderer_host/render_widget_host_impl.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/browser/notification_details.h"
@ -99,7 +97,6 @@ NativeWindow::NativeWindow(content::WebContents* web_contents,
zoom_factor_(1.0),
weak_factory_(this) {
printing::PrintViewManagerBasic::CreateForWebContents(web_contents);
printing::PrintPreviewMessageHandler::CreateForWebContents(web_contents);
InitWithWebContents(web_contents, this);