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

Unified Diff: chrome/common/extensions/docs/examples/api/storage/stylizr/popup.html

Issue 8916013: Added storage sample. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Storage sample Created 9 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/common/extensions/docs/examples/api/storage/stylizr/popup.html
diff --git a/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.html b/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.html
new file mode 100644
index 0000000000000000000000000000000000000000..02b597dd81a86d456b67708a81f4879785e58804
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Stylizr</title>
+ <style>
+ body {
+ font-family: sans-serif;
+ width: 200px;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="message"></div>
+ <script src="popup.js"></script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698