Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3426)

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.h

Issue 2464403003: [CUPS] Implement the "Printers" section in chrome://settings. (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0f28d0ca5ef2e3caa335fb18717fddeea608489d..a53cad9d77abf12c462a8552e0389b425a0d1943 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.h
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h
@@ -280,6 +280,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

Powered by Google App Engine
This is Rietveld 408576698