| 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/policy/cr_policy_vars_cs
s.html"> | 2 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_vars_cs
s.html"> |
| 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> | 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f
lex-layout-classes.html"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
| 8 <link rel="import" href="/clear_browsing_data_dialog/clear_browsing_data_dialog.
html"> | 8 <link rel="import" href="/clear_browsing_data_dialog/clear_browsing_data_dialog.
html"> |
| 9 <link rel="import" href="/controls/settings_toggle_button.html"> | 9 <link rel="import" href="/controls/settings_toggle_button.html"> |
| 10 <link rel="import" href="/lifetime_browser_proxy.html"> | 10 <link rel="import" href="/lifetime_browser_proxy.html"> |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 <settings-subpage page-title="$i18n{siteSettingsFlash}"> | 345 <settings-subpage page-title="$i18n{siteSettingsFlash}"> |
| 346 <button class="icon-help subpage-title-extra" | 346 <button class="icon-help subpage-title-extra" |
| 347 is="paper-icon-button-light" on-tap="onHelpTap_"></button> | 347 is="paper-icon-button-light" on-tap="onHelpTap_"></button> |
| 348 <category-default-setting category="{{ContentSettingsTypes.PLUGINS}}" | 348 <category-default-setting category="{{ContentSettingsTypes.PLUGINS}}" |
| 349 sub-option-label="$i18n{siteSettingsFlashAskBefore}" | 349 sub-option-label="$i18n{siteSettingsFlashAskBefore}" |
| 350 sub-option-secondary="$i18n{siteSettingsFlashAskBeforeSubtitle}"> | 350 sub-option-secondary="$i18n{siteSettingsFlashAskBeforeSubtitle}"> |
| 351 </category-default-setting> | 351 </category-default-setting> |
| 352 <if expr="chromeos"> | 352 <if expr="chromeos"> |
| 353 <div actionable class="settings-box" | 353 <div actionable class="settings-box" |
| 354 on-tap="onAdobeFlashStorageClicked_"> | 354 on-tap="onAdobeFlashStorageClicked_"> |
| 355 <div class="list-item list-button">$i18n{adobeFlashStorage}</div> | 355 <div class="start"> |
| 356 $i18n{adobeFlashStorage} |
| 357 </div> |
| 358 <button class="icon-external" is="paper-icon-button-light"></button> |
| 356 </div> | 359 </div> |
| 357 </if> | 360 </if> |
| 358 <category-setting-exceptions | 361 <category-setting-exceptions |
| 359 category="{{ContentSettingsTypes.PLUGINS}}"> | 362 category="{{ContentSettingsTypes.PLUGINS}}"> |
| 360 </category-setting-exceptions> | 363 </category-setting-exceptions> |
| 361 </settings-subpage> | 364 </settings-subpage> |
| 362 </template> | 365 </template> |
| 363 <template is="dom-if" route-path="/content/popups" no-search> | 366 <template is="dom-if" route-path="/content/popups" no-search> |
| 364 <settings-subpage page-title="$i18n{siteSettingsCategoryPopups}"> | 367 <settings-subpage page-title="$i18n{siteSettingsCategoryPopups}"> |
| 365 <button class="icon-help subpage-title-extra" | 368 <button class="icon-help subpage-title-extra" |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 $i18n{siteSettingsCookieRemoveAll} | 403 $i18n{siteSettingsCookieRemoveAll} |
| 401 </paper-button> | 404 </paper-button> |
| 402 <site-data-details-subpage page-title="{{pageTitle}}"> | 405 <site-data-details-subpage page-title="{{pageTitle}}"> |
| 403 </site-data-details-subpage> | 406 </site-data-details-subpage> |
| 404 </settings-subpage> | 407 </settings-subpage> |
| 405 </template> | 408 </template> |
| 406 </settings-animated-pages> | 409 </settings-animated-pages> |
| 407 </template> | 410 </template> |
| 408 <script src="privacy_page.js"></script> | 411 <script src="privacy_page.js"></script> |
| 409 </dom-module> | 412 </dom-module> |
| OLD | NEW |