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

Side by Side Diff: chrome/test/data/extensions/api_test/notification_provider/test_app/window.html

Issue 2659533003: Remove the notificationProvider extension API (Closed)
Patch Set: Remove the notificationProvider extension API Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file. -->
5 <html>
6 <head>
7 <title>Notification Provider API Test</title>
8 <link rel="stylesheet" href="styles.css">
9 </head>
10 <body>
11 <h1>Notification Provider API Test</h1>
12 <p>This sample demonstrates the use of the notificationProvider API.</p>
13 <div id="notification_list">
14 <div class="notification" id="10000000">
15 <p><b>Notifications will be displayed in this fo rmat:</b></p>
16 <p>Notification ID: 10000000</p>
17 <p>Type: basic</p>
18 <p>Message: content goes here</p>
19 <br/>
20 </div>
21 </div>
22 <script src="main.js"></script>
23 </body>
24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698