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

Unified Diff: chrome/browser/resources/settings/on_startup_page/on_startup_page.html

Issue 1869883003: MD Settings: On Startup, extract dialog to its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit. 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_url_dialog.html » ('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/on_startup_page.html
diff --git a/chrome/browser/resources/settings/on_startup_page/on_startup_page.html b/chrome/browser/resources/settings/on_startup_page/on_startup_page.html
index e51905bca65e1aace4225a2aa5ae6d7cf9d20735..2e00c1e00ce75e560ed7be92ce1fb332e74bd744 100644
--- a/chrome/browser/resources/settings/on_startup_page/on_startup_page.html
+++ b/chrome/browser/resources/settings/on_startup_page/on_startup_page.html
@@ -25,8 +25,7 @@
</div>
<template is="dom-if"
if="[[showStartupUrls_(prefs.session.restore_on_startup.value)]]">
- <settings-startup-urls-page prefs="{{prefs}}">
- </settings-startup-urls-page>
+ <settings-startup-urls-page></settings-startup-urls-page>
</template>
</template>
<script src="on_startup_page.js"></script>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698