| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 18804)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -181,11 +181,13 @@
|
| // Stops the current load.
|
| void Stop();
|
|
|
| -
|
| // Asks the renderer to "render" printed pages and initiate printing on our
|
| // behalf.
|
| bool PrintPages();
|
|
|
| + // Notify renderer of success/failure of print job.
|
| + void PrintingDone(int document_cookie, bool success);
|
| +
|
| // Start looking for a string within the content of the page, with the
|
| // specified options.
|
| void StartFinding(int request_id,
|
|
|