| Index: chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| diff --git a/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc b/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| index e7a81d46a6b479a3a09b579a832e28faa40e2250..62586df99446395b6c985357b0bb18060a2d2d59 100644
|
| --- a/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| +++ b/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| @@ -33,5 +33,5 @@ LocalDiscoveryUI::LocalDiscoveryUI(content::WebUI* web_ui)
|
|
|
| // TODO(gene): Use LocalDiscoveryUIHandler to send updated to the devices
|
| // page. For example
|
| - // web_ui->AddMessageHandler(new LocalDiscoveryUIHandler());
|
| + web_ui->AddMessageHandler(new LocalDiscoveryUIHandler());
|
| }
|
|
|