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.
|