| 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 2d298f134d6748e850081f99959ea2fcd7dc678c..0c7ea615cc59aa62d7a3f314d9bd6eb0023196cd 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
|
| @@ -73,8 +73,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;
|
|
|
|
|