Index: chrome/browser/resources/settings/on_startup_page/startup_urls_page_browser_proxy.js |
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_urls_page_browser_proxy.js b/chrome/browser/resources/settings/on_startup_page/startup_urls_page_browser_proxy.js |
index 3594a305a3966cc7df7db630a0fd5ea5cb82f6b1..b33e31ae931c13efe1325480a06b6f9dfd1dd163 100644 |
--- a/chrome/browser/resources/settings/on_startup_page/startup_urls_page_browser_proxy.js |
+++ b/chrome/browser/resources/settings/on_startup_page/startup_urls_page_browser_proxy.js |
@@ -2,6 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+/** |
+ * @typedef {{ |
+ * modelIndex: number, |
+ * title: string, |
+ * tooltip: string, |
+ * url: string |
+ * }} |
+ */ |
+var StartupPageInfo; |
+ |
cr.define('settings', function() { |
/** @interface */ |
function StartupUrlsPageBrowserProxy() {} |