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

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

Issue 2627023006: WebUI: Remove i18n from cr_elements/network (Closed)
Patch Set: Allow <if> in settings_ui.html Created 3 years, 11 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/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 55c43e796c6779d431907b8e7612769a3267ed24..011015adb8258a0ea921790524805ed7214455a5 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -15,6 +15,10 @@
<link rel="import" href="/route.html">
<link rel="import" href="/settings_vars_css.html">
+<if expr="chromeos">
+<link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.html">
+</if>
+
<dom-module id="settings-ui">
<template>
<style include="settings-shared">

Powered by Google App Engine
This is Rietveld 408576698