chrome.runtime.openOptionsPage

This commit is contained in:
Andrew Fong
2015-09-16 00:02:35 +00:00
parent 68374669bf
commit fda3f446c8
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -1649,6 +1649,7 @@ declare module chrome.runtime {
export function getPackageDirectoryEntry(callback: (directoryEntry: any) => void): void;
export function getPlatformInfo(callback: (platformInfo: PlatformInfo) => void): void;
export function getURL(path: string): string;
export function openOptionsPage(callback?: () => void): void;
export function reload(): void;
export function requestUpdateCheck(callback: (status: string, details?: UpdateCheckDetails) => void): void;
export function restart(): void;