We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d378ed commit d08ead6Copy full SHA for d08ead6
src/api/nw_window_api.cc
@@ -665,7 +665,7 @@ NwCurrentWindowInternalGetPrintersFunction::Run() {
665
void NwCurrentWindowInternalGetPrintersFunction::OnGetPrinterList(const printing::PrinterList& printer_list) {
666
base::ListValue* printers = new base::ListValue();
667
chrome::PrintersToValues(printer_list, printers);
668
- Respond(ArgumentList(base::WrapUnique(printers)));
+ Respond(OneArgument(base::WrapUnique(printers)));
669
}
670
671
bool NwCurrentWindowInternalSetPrintSettingsInternalFunction::RunNWSync(base::ListValue* response, std::string* error) {
0 commit comments