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

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

Issue 1168793002: Add an initial implementation of the Privacy Page. No subpages yet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove copy pasta Created 5 years, 6 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
Index: chrome/browser/resources/settings/routes.html
diff --git a/chrome/browser/resources/settings/routes.html b/chrome/browser/resources/settings/routes.html
index a2c70c48b064c549eb93227f679bba89579c056c..45ef2148a41fb6409c07ce184579e9b0c144b760 100644
--- a/chrome/browser/resources/settings/routes.html
+++ b/chrome/browser/resources/settings/routes.html
@@ -9,6 +9,7 @@
<more-route name="a11y" path="/a11y"></more-route>
<more-route name="appearance" path="/appearance"></more-route>
<more-route name="dateTime" path="/dateTime"></more-route>
+<more-route name="privacy" path="/privacy"></more-route>
<more-route name="downloads" path="/downloads"></more-route>
<more-route name="internet" path="/internet">
<more-route name="internet-detail" path="/detail/:guid"></more-route>

Powered by Google App Engine
This is Rietveld 408576698