Merge pull request #4600 from qhung49/patch-1

Update chrome.identity with new API version 29
This commit is contained in:
Masahiro Wakame
2015-06-14 15:09:21 +09:00
+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;
}