From 23f6f128b416da1ca9c96fa7cd779a1c248f800c Mon Sep 17 00:00:00 2001 From: Nikolai Ommundsen Date: Tue, 22 May 2018 09:55:58 +0200 Subject: [PATCH] Style fix: Set up browser section label --- types/chrome/index.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/types/chrome/index.d.ts b/types/chrome/index.d.ts index 231812c946..3be5d2f2b5 100644 --- a/types/chrome/index.d.ts +++ b/types/chrome/index.d.ts @@ -195,7 +195,9 @@ declare namespace chrome.alarms { export var onAlarm: AlarmEvent; } - +//////////////////// +// Browser +//////////////////// /** * Use the chrome.browser API to interact with the Chrome browser associated with * the current application and Chrome profile.