| 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,
|
|
|