| Index: chrome/browser/ui/webui/print_preview/print_preview_handler.cc
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.cc b/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
|
| index acd2fe5ddea5d155881f8a0b34d4c4926e64ab54..c5d2e38dd3e07879fda628ef24adaae14bc246e9 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
|
| @@ -1273,7 +1273,7 @@ void PrintPreviewHandler::SendInitialSettings(
|
| // In Win8 metro, the system print dialog can only open on the desktop. Doing
|
| // so will cause the browser to appear hung, so we don't show the link in
|
| // metro.
|
| - bool is_ash = (chrome::GetActiveDesktop() == chrome::HOST_DESKTOP_TYPE_ASH);
|
| + bool is_ash = (chrome::GetActiveDesktop() == ui::HOST_DESKTOP_TYPE_ASH);
|
| initial_settings.SetBoolean(kHidePrintWithSystemDialogLink, is_ash);
|
| #endif
|
|
|
|
|