refactor: hide printing impl details in api::WebContents (#43917)
* refactor: move api::WebContents::OnGetDeviceNameToUse() into an anonymous namespace Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: move api::WebContents::OnPDFCreated() into an anonymous namespace Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: remove unused #include Co-authored-by: Charles Kerr <charles@charleskerr.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
cdcfe49592
commit
ae6d5c4661
3 changed files with 39 additions and 49 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "content/public/browser/browser_context.h"
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "device/bluetooth/bluetooth_device.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue