1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

remove "in UI" functions

This commit is contained in:
Kyle Spearrin 2018-01-11 15:30:36 -05:00
parent d4645c8c2e
commit 27d858f879

View File

@ -9,9 +9,5 @@ export interface PlatformUtilsService {
isOpera(): boolean;
analyticsId(): string;
getDomain(uriString: string): string;
inSidebar(theWindow: Window): boolean;
inTab(theWindow: Window): boolean;
inPopout(theWindow: Window): boolean;
inPopup(theWindow: Window): boolean;
isViewOpen(): boolean;
}