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

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: fix a broken test 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..5d5328e110ac5652dfddba4795e215c69bcba064 100644
--- a/chrome/browser/resources/settings/routes.html
+++ b/chrome/browser/resources/settings/routes.html
@@ -13,6 +13,7 @@
<more-route name="internet" path="/internet">
<more-route name="internet-detail" path="/detail/:guid"></more-route>
</more-route>
+<more-route name="privacy" path="/privacy"></more-route>
<more-route name="search" path="/search">
<more-route name="search-engines" path="/engines"></more-route>
</more-route>

Powered by Google App Engine
This is Rietveld 408576698