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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html

Issue 2071543003: MD WebUI: Extract settings-dialog into shared cr-dialog element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ) from comment Created 4 years, 6 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/bluetooth_page/bluetooth_device_dialog.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
index ffc218dd5b3e6d565250f45e59f042cf1f86cb7e..eb0b72a46a02b8d770360bd2d9a37dae892869a8 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
@@ -1,3 +1,4 @@
+<link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html">
<link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
@@ -8,7 +9,6 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spinner.html">
<link rel="import" href="/bluetooth_page/bluetooth_device_list_item.html">
<link rel="import" href="/icons.html">
-<link rel="import" href="/settings_dialog.html">
<link rel="import" href="/settings_shared_css.html">
<dom-module id="bluetooth-device-dialog">
@@ -76,7 +76,7 @@
margin: 0 20px;
}
</style>
- <settings-dialog id="dialog" class="layout vertical"
+ <cr-dialog id="dialog" class="layout vertical"
on-iron-overlay-canceled="onIronOverlayCanceled_"
on-iron-overlay-closed="onIronOverlayClosed_">
<div class="title">[[getTitle_(dialogType)]]</div>
@@ -151,7 +151,7 @@
</paper-button>
</template>
</div>
- </settings-dialog>
+ </cr-dialog>
</template>
<script src="/bluetooth_page/bluetooth_device_dialog.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698