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

Unified Diff: chrome/browser/resources/settings/users_page/user_list.html

Issue 1241363002: Settings Rewrite: Make a common settings-section component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0300-webui-settings-structure
Patch Set: Created 5 years, 5 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/users_page/user_list.html
diff --git a/chrome/browser/resources/settings/users_page/user_list.html b/chrome/browser/resources/settings/users_page/user_list.html
index 2917afcf957767e7a854dc19f8a26d1fe30aaf5a..2610fc1a271b1c2776d0420ec0c1edff0c416602 100644
--- a/chrome/browser/resources/settings/users_page/user_list.html
+++ b/chrome/browser/resources/settings/users_page/user_list.html
@@ -3,7 +3,8 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
<dom-module id="cr-settings-user-list">
- <link rel="import" type="css" href="chrome://md-settings/settings_page/settings_page.css">
+ <link rel="import" type="css"
+ href="chrome://md-settings/settings_page/settings_page.css">
<link rel="import" type="css" href="user_list.css">
<template>
<div class="user-list soft-border">
« no previous file with comments | « chrome/browser/resources/settings/sync_page/sync_page.js ('k') | chrome/browser/resources/settings/users_page/users_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698