Commit 57d8cee3 authored by vitalybuka's avatar vitalybuka Committed by Commit bot

Restored line mistakenly deleted with re-factoring.

r313118 removed unused Cloud Devices code.
Cloud Print code must be untouched.

BUG=452871

Review URL: https://codereview.chromium.org/885683002

Cr-Commit-Position: refs/heads/master@{#313553}
parent 2ca77068
...@@ -232,6 +232,8 @@ void LocalDiscoveryUIHandler::HandleRequestDeviceList( ...@@ -232,6 +232,8 @@ void LocalDiscoveryUIHandler::HandleRequestDeviceList(
succeded_list_count_ = 0; succeded_list_count_ = 0;
cloud_devices_.clear(); cloud_devices_.clear();
cloud_print_printer_list_ = CreateApiFlow();
if (cloud_print_printer_list_) { if (cloud_print_printer_list_) {
cloud_print_printer_list_->Start( cloud_print_printer_list_->Start(
make_scoped_ptr<GCDApiFlow::Request>(new CloudPrintPrinterList(this))); make_scoped_ptr<GCDApiFlow::Request>(new CloudPrintPrinterList(this)));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment