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

Unified Diff: extensions/renderer/resources/extension.css

Issue 400343002: Add default fonts for extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: extensions/renderer/resources/extension.css
diff --git a/chrome/test/data/extensions/platform_apps/ephemeral_apps/dispatch_event/index.html b/extensions/renderer/resources/extension.css
similarity index 59%
copy from chrome/test/data/extensions/platform_apps/ephemeral_apps/dispatch_event/index.html
copy to extensions/renderer/resources/extension.css
index 84c6401f6f0a3cd13306831344c94e069a934eb5..6ebf72952e1a5ba1d0535b87044b48ae34a00332 100644
--- a/chrome/test/data/extensions/platform_apps/ephemeral_apps/dispatch_event/index.html
+++ b/extensions/renderer/resources/extension.css
@@ -1,11 +1,12 @@
-<!--
+/*
* Copyright 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
--->
-<!DOCTYPE html>
-<html>
-<body>
- <script src="index.js"></script>
-</body>
-</html>
+ *
+ * A style sheet for Chrome extensions.
+ */
+
+body {
+ font-family: $FONTFAMILY;
+ font-size: $FONTSIZE;
+}
not at google - send to devlin 2014/07/19 00:08:10 could you upload this CL with --no-detect-copies (
ericzeng 2014/07/19 01:48:59 Done.

Powered by Google App Engine
This is Rietveld 408576698