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

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

Issue 2435013004: MD Settings: Fix ChromeVox side effect of constant flickering. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html dir="$i18n{textdirection}" lang="$i18n{language}"> 2 <html dir="$i18n{textdirection}" lang="$i18n{language}">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>$i18n{settings}</title> 5 <title>$i18n{settings}</title>
6 <link rel="import" href="chrome://resources/html/polymer.html"> 6 <link rel="import" href="chrome://resources/html/polymer.html">
7 <link rel="import" href="/settings_ui/settings_ui.html"> 7 <link rel="import" href="/settings_ui/settings_ui.html">
8 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
9 <link rel="import" href="chrome://resources/html/i18n_template.html"> 9 <link rel="import" href="chrome://resources/html/i18n_template.html">
10 <!-- Do not add any <link rel="..."> elements below here. Imports outside of 10 <!-- Do not add any <link rel="..."> elements below here. Imports outside of
11 <head> are disallowed by HTML5 and cause undefined behavior that 11 <head> are disallowed by HTML5 and cause undefined behavior that
12 confuses Polymer's lifecycle methods: crbug.com/638074. --> 12 confuses Polymer's lifecycle methods: crbug.com/638074. -->
13 </head> 13 </head>
14 <body> 14 <body>
15 <style>
16 body {
17 overflow: hidden;
18 }
19 </style>
15 <settings-ui></settings-ui> 20 <settings-ui></settings-ui>
16 </body> 21 </body>
17 </html> 22 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698