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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_dialog.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/oobe_dialog.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.html b/chrome/browser/resources/chromeos/login/oobe_dialog.html
index e136241904ae110ba3266398f29191cd0fe22e53..6f7e0cd864d1b6979a79e885c2faab73fe414e7e 100644
--- a/chrome/browser/resources/chromeos/login/oobe_dialog.html
+++ b/chrome/browser/resources/chromeos/login/oobe_dialog.html
@@ -37,7 +37,7 @@
with clases |footer|, |bottom-buttons| and |oobe-icon|. |bottom-buttons| block
is shown only if |has-buttons| attribute is set.
-->
-<dom-module name="oobe-dialog">
+<dom-module id="oobe-dialog">
<template>
<link rel="stylesheet" href="oobe_dialog_host.css">
<link rel="stylesheet" href="oobe_dialog.css">

Powered by Google App Engine
This is Rietveld 408576698