blob: 8ba2f1ce468248f9bc1f74788abfd3f93537e450 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2012 The Chromium Authors
[email protected]bab43262012-05-30 19:21:182// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_PRINTING_PRINT_ERROR_DIALOG_H_
6#define CHROME_BROWSER_PRINTING_PRINT_ERROR_DIALOG_H_
[email protected]bab43262012-05-30 19:21:187
[email protected]bab43262012-05-30 19:21:188// Shows a window-modal error that printing failed for some unknown reason.
[email protected]f5a405ae2014-03-12 20:43:509// TODO(vitalybuka, crbug.com/351550): Should be replaced with better UI.
10void ShowPrintErrorDialog();
[email protected]bab43262012-05-30 19:21:1811
[email protected]bab43262012-05-30 19:21:1812#endif // CHROME_BROWSER_PRINTING_PRINT_ERROR_DIALOG_H_