From 2757555ef006cb51475da1cb611b42e61a45cc60 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Mon, 15 Feb 2016 19:49:33 +0000 Subject: [PATCH] Fix chrome.identity.getRedirectURL return type --- chrome/chrome.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/chrome.d.ts b/chrome/chrome.d.ts index b1e3acb278..f43daefe33 100755 --- a/chrome/chrome.d.ts +++ b/chrome/chrome.d.ts @@ -3436,7 +3436,7 @@ declare module chrome.identity { * @since Chrome 33. * @param path Optional. The path appended to the end of the generated URL. */ - export function getRedirectURL(path?: string): void; + export function getRedirectURL(path?: string): string; /** * Fired when signin state changes for an account on the user's profile.