diff --git a/chrome/chrome.d.ts b/chrome/chrome.d.ts index 4df325b19d..635cbc4d34 100644 --- a/chrome/chrome.d.ts +++ b/chrome/chrome.d.ts @@ -1056,6 +1056,15 @@ declare module chrome.history { var onVisitRemoved: HistoryVisitRemovedEvent; } + +//////////////////// +// Identity +//////////////////// +declare module chrome.identity { + var getAuthToken: (options:{}, cb:(token:{})=>void)=>void; +} + + //////////////////// // Internationalization ////////////////////