Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: chrome/browser/printing/print_dialog_cloud_internal.h

Issue 797413002: MacViews: Compile more Views source files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for sky and rebase Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/printing/print_dialog_cloud.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_dialog_cloud_internal.h
diff --git a/chrome/browser/printing/print_dialog_cloud_internal.h b/chrome/browser/printing/print_dialog_cloud_internal.h
index eae83840000946baa8a0cd03e469508bf9aca841..206c4386372089e0a7159121332dfab30e995e2a 100644
--- a/chrome/browser/printing/print_dialog_cloud_internal.h
+++ b/chrome/browser/printing/print_dialog_cloud_internal.h
@@ -146,7 +146,7 @@ class CloudPrintFlowHandler : public content::WebUIMessageHandler,
class CloudPrintWebDialogDelegate : public ui::WebDialogDelegate {
public:
CloudPrintWebDialogDelegate(content::BrowserContext* browser_context,
- gfx::NativeWindow modal_parent,
+ gfx::NativeView modal_parent,
const base::RefCountedMemory* data,
const std::string& json_arguments,
const base::string16& print_job_title,
@@ -178,7 +178,7 @@ class CloudPrintWebDialogDelegate : public ui::WebDialogDelegate {
const std::string& json_arguments);
CloudPrintFlowHandler* flow_handler_;
- gfx::NativeWindow modal_parent_;
+ gfx::NativeView modal_parent_;
mutable bool owns_flow_handler_;
bool keep_alive_when_non_modal_;
@@ -189,7 +189,7 @@ class CloudPrintWebDialogDelegate : public ui::WebDialogDelegate {
};
void CreateDialogForFileImpl(content::BrowserContext* browser_context,
- gfx::NativeWindow modal_parent,
+ gfx::NativeView modal_parent,
const base::FilePath& path_to_file,
const base::string16& print_job_title,
const base::string16& print_ticket,
« no previous file with comments | « chrome/browser/printing/print_dialog_cloud.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698