| Index: chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.h b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| index f4fe70093b91cb992fa9ec61956778c2fca665c7..5c8fdf785a68f5e31c126bd985bce7e888f51051 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| @@ -255,15 +255,18 @@ class PrintPreviewHandler
|
| scoped_ptr<local_discovery::PrivetHTTPClient> http_client);
|
| void PrivetLocalPrintUpdateClient(
|
| std::string print_ticket,
|
| + std::string capabilities,
|
| gfx::Size page_size,
|
| scoped_ptr<local_discovery::PrivetHTTPClient> http_client);
|
| bool PrivetUpdateClient(
|
| scoped_ptr<local_discovery::PrivetHTTPClient> http_client);
|
| void StartPrivetLocalPrint(const std::string& print_ticket,
|
| + const std::string& capabilities,
|
| const gfx::Size& page_size);
|
| void SendPrivetCapabilitiesError(const std::string& id);
|
| void PrintToPrivetPrinter(const std::string& printer_name,
|
| const std::string& print_ticket,
|
| + const std::string& capabilities,
|
| const gfx::Size& page_size);
|
| bool CreatePrivetHTTP(
|
| const std::string& name,
|
|
|