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

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

Issue 2221073004: Replace deprecated iron-flex-layout/classes with iron-flex-layout-class in MD Settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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 841f56b9f762f29cf30ebb023357809443f970e4..67b0e750311a39eb64dd1c4ba5084a60104f704a 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
@@ -1,5 +1,4 @@
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
<link rel="import" href="/controls/controlled_radio_button.html">
<link rel="import" href="/controls/settings_radio_group.html">
<link rel="import" href="/on_startup_page/startup_urls_page.html">
@@ -7,7 +6,8 @@
<dom-module id="settings-on-startup-page">
<template>
- <style include="settings-shared"></style>
+ <style include="settings-shared">
+ </style>
<div class="settings-box block first">
<settings-radio-group id="onStartupRadioGroup"
pref="{{prefs.session.restore_on_startup}}">

Powered by Google App Engine
This is Rietveld 408576698