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

Unified Diff: chrome/common/extensions/docs/examples/api/infobars/sandwichbar/infobar.html

Issue 923463003: [Extensions] Remove the Infobar API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 10 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: chrome/common/extensions/docs/examples/api/infobars/sandwichbar/infobar.html
diff --git a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/infobar.html b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/infobar.html
deleted file mode 100644
index 82558cce92f4efa15b7601da0a9d5e7e5d6a9e00..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/infobar.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<!--
- * Copyright (c) 2010 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.
--->
-<html>
- <head>
- <style>
- html {
- height: 40px;
- }
- body {
- background: #fffddd;
- font: 16px Arial;
- height: 100%;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- }
- em {
- font-weight: bold;
- font-style: normal;
- }
- </style>
- </head>
- <body>
- <div id="wrap">
- The word <em>sandwich</em> appears <em id="count">X</em> times on this
- page.
- </div>
- <script src="infobar.js"></script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698