| Index: chrome/browser/ui/webui/options/browser_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| index c594571d7fa2aeb5fc5527ef1569136ed7e7548d..0eadd2d7dbd04effd7342b7a2666354d9cb5a47b 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -281,6 +281,10 @@ class BrowserOptionsHandler
|
| void ShowManageSSLCertificates(const base::ListValue* args);
|
| #endif
|
|
|
| +#if defined(OS_CHROMEOS)
|
| + void ShowCupsPrintDevicesPage(const base::ListValue* args);
|
| +#endif // defined(OS_CHROMEOS)
|
| +
|
| #if BUILDFLAG(ENABLE_SERVICE_DISCOVERY)
|
| void ShowCloudPrintDevicesPage(const base::ListValue* args);
|
| #endif
|
|
|