Added chrome.identity.getAuthToken

This commit is contained in:
rsmithh
2013-10-11 10:37:44 +01:00
parent 02cf900812
commit 6b1d7dfc65
+9
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
////////////////////