| Index: chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h b/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h
|
| index 701b36e81e936aa1c6ddf8fb0b4b7b80c7e4fee9..c78c9de7b0ea9576afcb81f2fdf8c5b96d7a490d 100644
|
| --- a/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.h
|
| @@ -34,6 +34,7 @@ class CupsPrintersHandler : public ::settings::SettingsPageUIHandler {
|
|
|
| void HandleUpdateCupsPrinter(const base::ListValue* args);
|
| void HandleRemoveCupsPrinter(const base::ListValue* args);
|
| + void HandleAddCupsPrinter(const base::ListValue* args);
|
|
|
| Profile* profile_;
|
| base::WeakPtrFactory<CupsPrintersHandler> weak_factory_;
|
|
|