Index: chrome/browser/ui/webui/print_preview_ui.h |
=================================================================== |
--- chrome/browser/ui/webui/print_preview_ui.h (revision 113720) |
+++ chrome/browser/ui/webui/print_preview_ui.h (working copy) |
@@ -167,6 +167,9 @@ |
// Keeps track of whether OnClosePrintPreviewTab() has been called or not. |
bool tab_closed_; |
+ // Whether the user visited the page directly, or if it's a live UI. |
dpapad
2011/12/12 19:26:30
Nit: True if the user visited the page directly, f
Lei Zhang
2011/12/13 02:25:19
Done.
|
+ bool is_dummy_; |
+ |
DISALLOW_COPY_AND_ASSIGN(PrintPreviewUI); |
}; |