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

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

Issue 1738313002: [MD settings] converting settings_dialog.css to style-module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added file Created 4 years, 10 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/reset_page/powerwash_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/startup_urls_page.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
index 8b1b380679d419a151fa9fb0923408d2d12cfb03..9cee7d9e76cc67dc6385157c2801ee4f353cf789 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
@@ -1,12 +1,13 @@
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-dialog/paper-dialog.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
+<link rel="import" href="chrome://md-settings/settings_dialog_css.html">
<link rel="import" href="chrome://md-settings/settings_shared_css.html">
<dom-module id="settings-startup-urls-page">
- <link rel="import" type="css" href="chrome://md-settings/settings_dialog.css">
<link rel="import" type="css" href="on_startup_shared.css">
<template>
+ <style include="settings-dialog"></style>
<style include="settings-shared"></style>
<div class="list-frame vertical-list">
<template is="dom-repeat" items="[[startupPages_]]">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/reset_page/powerwash_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698