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

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

Issue 2962823002: MD Settings: decouple page visibility from settings_ui.html. (Closed)
Patch Set: closure compiler Created 3 years, 5 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/html/cr.html"> 1 <link rel="import" href="chrome://resources/html/cr.html">
2 <link rel="import" href="i18n_setup.html"> 2 <link rel="import" href="i18n_setup.html">
3 <link rel="import" href="page_visibility.html">
dpapad 2017/06/28 21:48:41 This should be in the next CL, since route.js is n
scottchen 2017/06/29 18:57:21 Acknowledged.
3 4
4 <script src="route.js"></script> 5 <script src="route.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698