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

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

Issue 2723873003: MD WebUI: change all <dom-module> to use id="" instead of name="" (Closed)
Patch Set: Created 3 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/chromeos/login/saml_confirm_password.html
diff --git a/chrome/browser/resources/chromeos/login/saml_confirm_password.html b/chrome/browser/resources/chromeos/login/saml_confirm_password.html
index e9b755e82462806387fff24ef6cf94ccfcf964fc..cc4b83b823575677d45e82fe20fe8e588526caa7 100644
--- a/chrome/browser/resources/chromeos/login/saml_confirm_password.html
+++ b/chrome/browser/resources/chromeos/login/saml_confirm_password.html
@@ -37,7 +37,7 @@
empties password field and enables buttons.
'focus' - If the current card is the first one, focuses password input.
-->
-<dom-module name="saml-confirm-password">
+<dom-module id="saml-confirm-password">
<link rel="stylesheet" href="saml_confirm_password.css">
<template>

Powered by Google App Engine
This is Rietveld 408576698