Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#1125 from rsmithh/patch-1
Browse files Browse the repository at this point in the history
Added chrome.identity.getAuthToken
  • Loading branch information
basarat committed Oct 11, 2013
2 parents 02cf900 + 6b1d7df commit bd8fc34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chrome/chrome.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,15 @@ declare module chrome.history {
var onVisitRemoved: HistoryVisitRemovedEvent;
}


////////////////////
// Identity
////////////////////
declare module chrome.identity {
var getAuthToken: (options:{}, cb:(token:{})=>void)=>void;
}


////////////////////
// Internationalization
////////////////////
Expand Down

0 comments on commit bd8fc34

Please sign in to comment.