Move the code of getting printing settings to another class.

This commit is contained in:
Cheng Zhao 2014-08-22 12:46:26 +08:00
parent c9b284d7f7
commit 57d06c5241
6 changed files with 221 additions and 134 deletions

View file

@ -9,8 +9,8 @@
#include "atom/browser/atom_browser_main_parts.h"
#include "atom/browser/atom_resource_dispatcher_host_delegate.h"
#include "atom/browser/native_window.h"
#include "atom/browser/printing/printing_message_filter.h"
#include "atom/browser/window_list.h"
#include "chrome/browser/printing/printing_message_filter.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/resource_dispatcher_host.h"