Chromium Code Reviews| Index: chrome/browser/ui/webui/print_preview_ui.h |
| diff --git a/chrome/browser/ui/webui/print_preview_ui.h b/chrome/browser/ui/webui/print_preview_ui.h |
| index ccd2e77f6eb8f0e0994c91698153377bdf396bbc..73f7c3e51d8132e0dba1269d88490b991d37f86c 100644 |
| --- a/chrome/browser/ui/webui/print_preview_ui.h |
| +++ b/chrome/browser/ui/webui/print_preview_ui.h |
| @@ -96,6 +96,9 @@ class PrintPreviewUI : public ChromeWebUI { |
| // Notifies the Web UI renderer that file selection has been cancelled. |
| void OnFileSelectionCancelled(); |
| + // Notifies the Web UI to cancel the pending preview request. |
| + void OnCancelPendingPreviewRequest(); |
|
Lei Zhang
2011/08/25 17:29:00
This only cancels 1 pending print preview request.
kmadhusu
2011/08/25 18:28:59
As we discussed, this will cancel all the pending
|
| + |
| private: |
| FRIEND_TEST_ALL_PREFIXES(PrintPreviewTabControllerUnitTest, |
| TitleAfterReload); |