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

Unified Diff: chrome/browser/resources/script_bubble/popup.html

Issue 11411308: Enable script bubble by default on all but mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Everything passes Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/script_bubble/popup.html
diff --git a/chrome/browser/resources/script_bubble/popup.html b/chrome/browser/resources/script_bubble/popup.html
deleted file mode 100644
index 043057d5c19ffb8c7edf3c8cde72d1370f12316b..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/script_bubble/popup.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!doctype html>
-<html>
-
-<head>
-<style>
-body {
- font-family:'DejaVu Sans', Arial, sans-serif;
- font-size: 14px;
-}
-
-h1 {
- font-weight:normal;
- font-size:1em;
- color:#111;
- white-space:nowrap;
-}
-
-.row, .icon, .name {
- display:-webkit-box;
-}
-
-.row {
- -webkit-box-align:center;
- color:#222;
- margin-bottom:0.5em;
-}
-
-.row.template {
- display:none;
-}
-
-.icon {
- margin-right:1ex;
- margin-bottom:1px;
-}
-</style>
-</head>
-<body>
-
-<h1></h1>
-
-<div class="row template">
- <img class="icon" width=16 height=16><div class="name"></div>
-</div>
-
-<script src="popup.js"></script>
-</body>
-</html>
« no previous file with comments | « chrome/browser/resources/script_bubble/manifest.json ('k') | chrome/browser/resources/script_bubble/popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698