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

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

Issue 2661223003: MD Settings: Add a <base> tag in settings.html. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/md_settings_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index d5edfd44dc4df50d24140f27f0b0f530d70cbf3f..73099265c02d3a5d742199e6497f71c47d06789d 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>$i18n{settings}</title>
+ <base href="chrome://$i18n{hostname}">
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="/settings_ui/settings_ui.html">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/md_settings_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698