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

Commit fd5b0fa

Browse files
authored
Let chrome.windows.update run without errors
1 parent 6225923 commit fd5b0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/browser/extensions/api/tabs/tabs_api.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ ExtensionFunction::ResponseAction WindowsUpdateFunction::Run() {
715715
windows::Update::Params::Create(*args_));
716716
EXTENSION_FUNCTION_VALIDATE(params);
717717

718-
return RespondNow(Error(kUnknownErrorDoNotUse));
718+
return RespondNow(NoArguments());
719719
}
720720

721721
ExtensionFunction::ResponseAction WindowsRemoveFunction::Run() {

0 commit comments

Comments
 (0)