| Index: chrome/browser/resources/settings/site_settings/site_list.html
|
| diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
|
| index 4772d79498bb6a7c3c839aa64417d5662b6561f9..1c5775fa488450e1ce38671e4e9cec456bb36e0f 100644
|
| --- a/chrome/browser/resources/settings/site_settings/site_list.html
|
| +++ b/chrome/browser/resources/settings/site_settings/site_list.html
|
| @@ -1,3 +1,4 @@
|
| +<link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action_menu.html">
|
| <link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
|
| @@ -6,7 +7,6 @@
|
| <link rel="import" href="/i18n_setup.html">
|
| <link rel="import" href="/icons.html">
|
| <link rel="import" href="/route.html">
|
| -<link rel="import" href="/settings_action_menu.html">
|
| <link rel="import" href="/settings_shared_css.html">
|
| <link rel="import" href="/site_settings/add_site_dialog.html">
|
| <link rel="import" href="/site_settings/constants.html">
|
| @@ -37,7 +37,7 @@
|
| </paper-button>
|
| </div>
|
|
|
| - <dialog is="settings-action-menu">
|
| + <dialog is="cr-action-menu">
|
| <button class="dropdown-item" role="option" id="allow"
|
| on-tap="onAllowTap_" hidden$="[[!showAllowAction_]]">
|
| $i18n{siteSettingsActionAllow}
|
|
|