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

Unified Diff: chrome/browser/printing/print_dialog_cloud.cc

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.h ('k') | chrome/browser/printing/print_dialog_cloud_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_dialog_cloud.cc
diff --git a/chrome/browser/printing/print_dialog_cloud.cc b/chrome/browser/printing/print_dialog_cloud.cc
index b5d49f07ae9c2014d2280b3034343525c9de5e87..fa26a10f83ab8f5c301292b82e14d39fd72accd4 100644
--- a/chrome/browser/printing/print_dialog_cloud.cc
+++ b/chrome/browser/printing/print_dialog_cloud.cc
@@ -486,7 +486,7 @@ bool CloudPrintFlowHandler::IsCloudPrintDialogUrl(const GURL& url) {
CloudPrintWebDialogDelegate::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,
@@ -617,7 +617,7 @@ bool CloudPrintWebDialogDelegate::HandleContextMenu(
// Called from the UI thread, starts up the dialog.
void CreateDialogImpl(content::BrowserContext* browser_context,
- gfx::NativeWindow modal_parent,
+ gfx::NativeView modal_parent,
const base::RefCountedMemory* data,
const base::string16& print_job_title,
const base::string16& print_ticket,
@@ -649,7 +649,7 @@ void CreateDialogImpl(content::BrowserContext* browser_context,
}
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,
@@ -696,7 +696,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
// the dialog.
void CreatePrintDialogForFile(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,
@@ -737,7 +737,7 @@ void CreateCloudPrintSigninTab(Browser* browser,
}
void CreatePrintDialogForBytes(content::BrowserContext* browser_context,
- gfx::NativeWindow modal_parent,
+ gfx::NativeView modal_parent,
const base::RefCountedMemory* data,
const base::string16& print_job_title,
const base::string16& print_ticket,
« no previous file with comments | « chrome/browser/printing/print_dialog_cloud.h ('k') | chrome/browser/printing/print_dialog_cloud_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698