mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 09:10:09 +00:00
Merge pull request #1125 from rsmithh/patch-1
Added chrome.identity.getAuthToken
This commit is contained in:
9
chrome/chrome.d.ts
vendored
9
chrome/chrome.d.ts
vendored
@@ -1056,6 +1056,15 @@ declare module chrome.history {
|
||||
var onVisitRemoved: HistoryVisitRemovedEvent;
|
||||
}
|
||||
|
||||
|
||||
////////////////////
|
||||
// Identity
|
||||
////////////////////
|
||||
declare module chrome.identity {
|
||||
var getAuthToken: (options:{}, cb:(token:{})=>void)=>void;
|
||||
}
|
||||
|
||||
|
||||
////////////////////
|
||||
// Internationalization
|
||||
////////////////////
|
||||
|
||||
Reference in New Issue
Block a user