Merge pull request #1125 from rsmithh/patch-1

Added chrome.identity.getAuthToken
This commit is contained in:
basarat
2013-10-11 03:25:24 -07:00

9
chrome/chrome.d.ts vendored
View File

@@ -1056,6 +1056,15 @@ declare module chrome.history {
var onVisitRemoved: HistoryVisitRemovedEvent;
}
////////////////////
// Identity
////////////////////
declare module chrome.identity {
var getAuthToken: (options:{}, cb:(token:{})=>void)=>void;
}
////////////////////
// Internationalization
////////////////////