Update chrome.identity with new API version 29

For reference: https://developer.chrome.com/apps/identity#method-launchWebAuthFlow
This commit is contained in:
Hung
2015-06-09 18:10:18 -07:00
parent 52dc8fc393
commit e06dd57152
+1
View File
@@ -1082,6 +1082,7 @@ declare module chrome.history {
////////////////////
declare module chrome.identity {
var getAuthToken: (options: any, cb: (token: {}) => void) => void;
var launchWebAuthFlow: (options: any, cb: (redirect_url: string) => void) => void;
}