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

Side by Side Diff: chrome/browser/resources/hangout_services/background.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. Created 6 years 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 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 5
6 We use an HTML page just to have access to the DOM, for URL 6 We use an HTML page just to have access to the DOM, for URL
7 parsing. An alternative would be to include a URL parsing JavaScript 7 parsing. An alternative would be to include a URL parsing JavaScript
8 library with the extension but this approach is likely smaller and 8 library with the extension but this approach is likely smaller and
9 faster. 9 faster.
10 --> 10 -->
11 <html> 11 <html>
12 <head> 12 <head>
13 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
13 <script src="startup.js"></script> 14 <script src="startup.js"></script>
14 <script src="thunk.js"></script> 15 <script src="thunk.js"></script>
15 </head> 16 </head>
16 <body> 17 <body>
17 </body> 18 </body>
18 </html> 19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698