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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_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/certificate_manager_page/certificate_password_decryption_dialog.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
index b62d813d52679954fadf39083fffc8c6df732ef4..793504bb26de5738085698b0b5b384f45901e8fd 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
@@ -1,15 +1,15 @@
+<link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html">
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
<link rel="import" href="/i18n_setup.html">
-<link rel="import" href="/settings_dialog.html">
<link rel="import" href="/settings_shared_css.html">
<link rel="import" href="/certificate_manager_page/certificates_browser_proxy.html">
<dom-module id="settings-certificate-password-decryption-dialog">
<template>
<style include="settings-shared"></style>
- <settings-dialog id="dialog">
+ <cr-dialog id="dialog">
<div class="title">$i18n{certificateManagerDecryptPasswordTitle}</div>
<div class="body">
<paper-input type="password" id="password"
@@ -25,7 +25,7 @@
$i18n{ok}
</paper-button>
</div>
- </settings-dialog>
+ </cr-dialog>
</template>
<script src="certificate_password_decryption_dialog.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698