Fix chrome.identity.getRedirectURL return type

This commit is contained in:
Ingvar Stepanyan
2016-02-15 19:49:33 +00:00
parent bda9391b49
commit 2757555ef0
+1 -1
View File
@@ -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.