Index: chrome/common/extensions/docs/examples/extensions/benchmark/background.html |
diff --git a/chrome/common/extensions/docs/examples/extensions/benchmark/background.html b/chrome/common/extensions/docs/examples/extensions/benchmark/background.html |
deleted file mode 100644 |
index 2eed9f92326b79862511b3cb2bd21e11f220a0ee..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/docs/examples/extensions/benchmark/background.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<style> |
-#options { |
- position: absolute; |
- background-color: #FFFFCC; |
- display: none; |
- font-family: "Courier New"; |
- font-size: 9pt; |
- padding: 5px; |
- border: 1px solid #CCCC88; |
- z-index: 3; |
-} |
-</style> |
- |
-<script src="background.js"> |
-</script> |