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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_pages.html

Issue 1642323004: User Manager MD User Pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Roger's comments, css cleanup, rtl css tweak 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
Index: chrome/browser/resources/md_user_manager/user_manager_pages.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager_pages.html b/chrome/browser/resources/md_user_manager/user_manager_pages.html
index 7765b50f1a67e0410dc605cb4718110e2a7db04f..9354f43b6c9e4b0f28d0f51d9830ea4bcd34ea65 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_pages.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_pages.html
@@ -6,7 +6,7 @@
<dom-module id="user-manager-pages">
<link rel="stylesheet" type="css" href="user_manager_pages.css">
<template>
- <neon-animated-pages id="animatedPages" attr-for-selected="id"
+ <neon-animated-pages id="animated-pages" attr-for-selected="id"
selected="[[selectedPage]]" entry-animation="slide-from-left-animation"
exit-animation="slide-right-animation">
<content></content>

Powered by Google App Engine
This is Rietveld 408576698