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

Side by Side Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2342473003: [MD settings] site details url below Site details subpage title (Closed)
Patch Set: merge with master again Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_vars_cs s.html"> 1 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_vars_cs s.html">
2 <link rel="import" href="chrome://resources/html/polymer.html"> 2 <link rel="import" href="chrome://resources/html/polymer.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="/clear_browsing_data_dialog/clear_browsing_data_dialog. html"> 7 <link rel="import" href="/clear_browsing_data_dialog/clear_browsing_data_dialog. html">
8 <link rel="import" href="/controls/settings_checkbox.html"> 8 <link rel="import" href="/controls/settings_checkbox.html">
9 <link rel="import" href="/route.html"> 9 <link rel="import" href="/route.html">
10 <link rel="import" href="/settings_page/settings_animated_pages.html"> 10 <link rel="import" href="/settings_page/settings_animated_pages.html">
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 category="{{ContentSettingsTypes.UNSANDBOXED_PLUGINS}}"> 292 category="{{ContentSettingsTypes.UNSANDBOXED_PLUGINS}}">
293 </site-settings-category> 293 </site-settings-category>
294 </settings-subpage> 294 </settings-subpage>
295 </template> 295 </template>
296 <template is="dom-if" route-path="/siteSettings/usbDevices" no-search> 296 <template is="dom-if" route-path="/siteSettings/usbDevices" no-search>
297 <settings-subpage page-title="$i18n{siteSettingsUsbDevices}"> 297 <settings-subpage page-title="$i18n{siteSettingsUsbDevices}">
298 <usb-devices></usb-devices> 298 <usb-devices></usb-devices>
299 </settings-subpage> 299 </settings-subpage>
300 </template> 300 </template>
301 <template is="dom-if" route-path="/siteSettings/siteDetails" no-search> 301 <template is="dom-if" route-path="/siteSettings/siteDetails" no-search>
302 <settings-subpage page-title="[[selectedSite.originForDisplay]]"> 302 <settings-subpage page-title="$i18n{siteSettingsSiteDetails}">
303 <site-details site="[[selectedSite]]"></site-details> 303 <site-details site="[[selectedSite]]"></site-details>
304 </settings-subpage> 304 </settings-subpage>
305 </template> 305 </template>
306 </settings-animated-pages> 306 </settings-animated-pages>
307 </template> 307 </template>
308 <script src="privacy_page.js"></script> 308 <script src="privacy_page.js"></script>
309 </dom-module> 309 </dom-module>
OLDNEW
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/site_settings/site_details.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698