Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2293)

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_urls_page.js

Issue 1877633002: MD Settings: Adding C++ support for editing startup URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@on_startup_urls
Patch Set: Add missing call to save prefs. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/on_startup_page/startup_urls_page_browser_proxy.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/on_startup_page/startup_urls_page.js
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.js b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.js
index 6ec9bc28dade3a824b6e25cf120713f06cfd952b..18f79048d56233155feffdab5b20669d58645ef9 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.js
+++ b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.js
@@ -3,18 +3,19 @@
// found in the LICENSE file.
/**
+ * @fileoverview 'settings-startup-urls-page' is the settings page
+ * containing the urls that will be opened when chrome is started.
+ */
+
+/**
* @typedef {{
- * 'title': string,
- * 'tooltip': string,
- * 'url': string
+ * title: string,
+ * tooltip: string,
+ * url: string
* }}
*/
var StartupPageInfo;
-/**
- * @fileoverview 'settings-startup-urls-page' is the settings page
- * containing the urls that will be opened when chrome is started.
- */
Polymer({
is: 'settings-startup-urls-page',
« no previous file with comments | « no previous file | chrome/browser/resources/settings/on_startup_page/startup_urls_page_browser_proxy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698