OLD | NEW |
1 <link rel="import" href="chrome://resources/html/polymer.html"> | 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
2 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html
"> | 2 <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html
"> |
3 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_vars_cs
s.html"> | 3 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_vars_cs
s.html"> |
| 4 <link rel="import" href="chrome://resources/html/assert.html"> |
| 5 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html"> |
4 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 6 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
5 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> | 7 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> |
6 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> |
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
9 <link rel="import" href="../clear_browsing_data_dialog/clear_browsing_data_dialo
g.html"> | 11 <link rel="import" href="../clear_browsing_data_dialog/clear_browsing_data_dialo
g.html"> |
10 <link rel="import" href="../controls/settings_toggle_button.html"> | 12 <link rel="import" href="../controls/settings_toggle_button.html"> |
11 <link rel="import" href="../lifetime_browser_proxy.html"> | 13 <link rel="import" href="../lifetime_browser_proxy.html"> |
12 <link rel="import" href="../route.html"> | 14 <link rel="import" href="../route.html"> |
13 <link rel="import" href="../settings_page/settings_animated_pages.html"> | 15 <link rel="import" href="../settings_page/settings_animated_pages.html"> |
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 category="{{ContentSettingsTypes.PROTECTED_CONTENT}}"> | 492 category="{{ContentSettingsTypes.PROTECTED_CONTENT}}"> |
491 </category-setting-exceptions> | 493 </category-setting-exceptions> |
492 </template> | 494 </template> |
493 </if> | 495 </if> |
494 </settings-subpage> | 496 </settings-subpage> |
495 </template> | 497 </template> |
496 </settings-animated-pages> | 498 </settings-animated-pages> |
497 </template> | 499 </template> |
498 <script src="privacy_page.js"></script> | 500 <script src="privacy_page.js"></script> |
499 </dom-module> | 501 </dom-module> |
OLD | NEW |