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

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

Issue 11308302: Delete the old extension-based script bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
===================================================================
--- chrome/browser/resources/script_bubble/popup.html (revision 170599)
+++ chrome/browser/resources/script_bubble/popup.html (working copy)
@@ -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