| Index: chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
|
| diff --git a/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h b/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
|
| index 3538efcf543868aed9bae132d400630023483abc..714d1b4e222c632d1e96bbe82020e016f0c61479 100644
|
| --- a/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
|
| +++ b/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
|
| @@ -74,8 +74,11 @@ class LocalDiscoveryUIHandler : public content::WebUIMessageHandler,
|
| bool added,
|
| const std::string& name,
|
| const DeviceDescription& description) OVERRIDE;
|
| +
|
| virtual void DeviceRemoved(const std::string& name) OVERRIDE;
|
|
|
| + virtual void DeviceCacheFlushed() OVERRIDE;
|
| +
|
| // CloudPrintPrinterList::Delegate implementation.
|
| virtual void OnCloudPrintPrinterListReady() OVERRIDE;
|
|
|
|
|