| Index: chrome/service/service_ipc_server.h
|
| diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h
|
| index c265a985cdfc6b445f0082b948a950122b875860..0708f35f412c9fc01aa21b1290ff42e9a74bff05 100644
|
| --- a/chrome/service/service_ipc_server.h
|
| +++ b/chrome/service/service_ipc_server.h
|
| @@ -60,6 +60,7 @@ class ServiceIPCServer : public IPC::Listener, public IPC::Sender {
|
| const base::DictionaryValue& user_settings);
|
| void OnGetCloudPrintProxyInfo();
|
| void OnGetHistograms();
|
| + void OnGetPrinters();
|
| void OnDisableCloudPrintProxy();
|
|
|
| void OnShutdown();
|
|
|