Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Let chrome.windows.update run without errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Oct 8, 2020
1 parent 6225923 commit fd5b0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/extensions/api/tabs/tabs_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ ExtensionFunction::ResponseAction WindowsUpdateFunction::Run() {
windows::Update::Params::Create(*args_));
EXTENSION_FUNCTION_VALIDATE(params);

return RespondNow(Error(kUnknownErrorDoNotUse));
return RespondNow(NoArguments());
}

ExtensionFunction::ResponseAction WindowsRemoveFunction::Run() {
Expand Down

0 comments on commit fd5b0fa

Please sign in to comment.