| Index: chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
|
| diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
|
| index c4d559f1833d54cd6334a1825656f046e2b66309..52956157ef741b9504ccf18e640ec9cf6d976b65 100644
|
| --- a/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
|
| +++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
|
| @@ -1,10 +1,10 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| +<link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action_menu.html">
|
| <link rel="import" href="chrome://resources/cr_elements/cr_lazy_render/cr_lazy_render.html">
|
| <link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| <link rel="import" href="/certificate_manager_page/certificate_manager_types.html">
|
| <link rel="import" href="/certificate_manager_page/certificates_browser_proxy.html">
|
| -<link rel="import" href="/settings_action_menu.html">
|
| <link rel="import" href="/settings_shared_css.html">
|
|
|
| <dom-module id="settings-certificate-subentry">
|
| @@ -33,7 +33,7 @@
|
| <paper-icon-button id="dots" icon="cr:more-vert"
|
| on-tap="onDotsTap_"></paper-icon-button>
|
| <template is="cr-lazy-render" id="menu">
|
| - <dialog is="settings-action-menu">
|
| + <dialog is="cr-action-menu">
|
| <button class="dropdown-item" role="option" id="view"
|
| on-tap="onViewTap_">
|
| $i18n{certificateManagerView}
|
|
|