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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_password_changed.html

Issue 1133733003: Unified icon-buttons used in the new GAIA flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased onto ToT. Created 5 years, 7 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/chromeos/login/gaia_password_changed.html
diff --git a/chrome/browser/resources/chromeos/login/gaia_password_changed.html b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
index 108120b37007201fc8678c3dc29dfe2bc6be244e..82d8fd14fb482d464fac759d8a3015376728b22e 100644
--- a/chrome/browser/resources/chromeos/login/gaia_password_changed.html
+++ b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
@@ -35,8 +35,6 @@
attributes="email">
<template>
<link rel="stylesheet" href="gaia_password_changed.css">
- <gaia-core-icon-button id="closeButton" icon="close" on-tap="{{onClose}}">
- </gaia-core-icon-button>
<core-animated-pages id="animatedPages" transitions="cross-fade-all" flex
on-core-animated-pages-transition-end="{{onTransitionEnd}}">
<section flex>
@@ -87,5 +85,8 @@
</throbber-notice>
</section>
</core-animated-pages>
+ <button id="closeButton" is="gaia-icon-button" icon="close"
+ i18n-values="aria-label:closeButton" on-click="{{onClose}}">
+ </button>
</template>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698