| Index: chrome/browser/ui/webui/print_preview_handler.h
|
| diff --git a/chrome/browser/ui/webui/print_preview_handler.h b/chrome/browser/ui/webui/print_preview_handler.h
|
| index ae2e960f853da0e67a733a01f6ad80a76ab55e7a..1e8fba00708bdecb325c889bfa4d6853a09c880b 100644
|
| --- a/chrome/browser/ui/webui/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview_handler.h
|
| @@ -93,6 +93,10 @@ class PrintPreviewHandler : public WebUIMessageHandler,
|
| // is unused.
|
| void HandleShowSystemDialog(const base::ListValue* args);
|
|
|
| + // Brings up a dialog to allow the user to sign into cloud print.
|
| + // |args| is unused.
|
| + void HandleSignin(const base::ListValue* args);
|
| +
|
| // Brings up a web page to allow the user to configure cloud print.
|
| // |args| is unused.
|
| void HandleManageCloudPrint(const base::ListValue* args);
|
|
|