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

Unified Diff: chrome/browser/resources/settings/settings_ui/settings_ui.html

Issue 1815523002: [MD settings] remove breadcrumb code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/settings/settings_ui/breadcrumb.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_ui/settings_ui.html
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.html b/chrome/browser/resources/settings/settings_ui/settings_ui.html
index 9a60a2e86f6da6dd4db2ff9d8f5ea170d9b1397e..40119e2259f2cb023d9a58ab3d03ac21d5626413 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -10,7 +10,6 @@
<link rel="import" href="chrome://md-settings/settings_main/settings_main.html">
<link rel="import" href="chrome://md-settings/settings_menu/settings_menu.html">
<link rel="import" href="chrome://md-settings/settings_page/settings_router.html">
-<link rel="import" href="chrome://md-settings/settings_ui/breadcrumb.html">
<dom-module id="settings-ui">
<link rel="import" type="css" href="settings_ui.css">
@@ -20,9 +19,6 @@
</settings-router>
<paper-toolbar>
<div class="title" i18n-content="settings"></div>
- <settings-breadcrumb current-route="{{currentRoute}}"
- current-route-titles="[[currentRouteTitles]]">
- </settings-breadcrumb>
</paper-toolbar>
<paper-drawer-panel drawer-width="256px" id="panel">
<settings-menu drawer class="flex" current-route="{{currentRoute}}">
« no previous file with comments | « chrome/browser/resources/settings/settings_ui/breadcrumb.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698