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

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

Issue 194383002: Show dialog as separate post task. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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 | « no previous file | chrome/browser/printing/print_error_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_error_dialog.h
diff --git a/chrome/browser/printing/print_error_dialog.h b/chrome/browser/printing/print_error_dialog.h
index faadbddcea04088d63b86a3345ac936092debcfb..6d9c4236727881ac25aa0852d421b03a55e34afd 100644
--- a/chrome/browser/printing/print_error_dialog.h
+++ b/chrome/browser/printing/print_error_dialog.h
@@ -5,12 +5,11 @@
#ifndef CHROME_BROWSER_PRINTING_PRINT_ERROR_DIALOG_H_
#define CHROME_BROWSER_PRINTING_PRINT_ERROR_DIALOG_H_
-#include "ui/gfx/native_widget_types.h"
-
namespace chrome {
// Shows a window-modal error that printing failed for some unknown reason.
-void ShowPrintErrorDialog(gfx::NativeWindow parent);
+// TODO(vitalybuka, crbug.com/351550): Should be replaced with better UI.
+void ShowPrintErrorDialog();
} // namespace chrome
« no previous file with comments | « no previous file | chrome/browser/printing/print_error_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698