| Index: chrome/renderer/print_web_view_helper.h
|
| diff --git a/chrome/renderer/print_web_view_helper.h b/chrome/renderer/print_web_view_helper.h
|
| index 7c453e1936e9668fcdb4aaf815e6ac7db4e885d1..ba721b91569f3e9cb859e38fe5d9c4e571ca29bc 100644
|
| --- a/chrome/renderer/print_web_view_helper.h
|
| +++ b/chrome/renderer/print_web_view_helper.h
|
| @@ -62,11 +62,10 @@ class PrepareFrameAndViewForPrint {
|
| DISALLOW_COPY_AND_ASSIGN(PrepareFrameAndViewForPrint);
|
| };
|
|
|
| -
|
| // PrintWebViewHelper handles most of the printing grunt work for RenderView.
|
| // We plan on making print asynchronous and that will require copying the DOM
|
| // of the document and creating a new WebView with the contents.
|
| -class PrintWebViewHelper : public RenderViewObserver ,
|
| +class PrintWebViewHelper : public RenderViewObserver,
|
| public RenderViewObserverTracker<PrintWebViewHelper>,
|
| public WebKit::WebViewClient,
|
| public WebKit::WebFrameClient {
|
| @@ -132,7 +131,7 @@ class PrintWebViewHelper : public RenderViewObserver ,
|
| FAIL_PREVIEW,
|
| };
|
|
|
| - // Notification when printing is done - signal teardown/free resources.
|
| + // Notification when printing is done - signal tear-down/free resources.
|
| void DidFinishPrinting(PrintingResult result);
|
|
|
| // Print Settings -----------------------------------------------------------
|
|
|