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

Unified Diff: chrome/test/data/extensions/api_test/notifications/galore/app/data/data.json

Issue 315053006: Refactor Notifications Galore to simplify, amke more hackable and add 'recording'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cr feedback Created 6 years, 6 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/test/data/extensions/api_test/notifications/galore/app/data/data.json
diff --git a/chrome/test/data/extensions/api_test/notifications/galore/app/data/28.0.1500.70.json b/chrome/test/data/extensions/api_test/notifications/galore/app/data/data.json
similarity index 96%
rename from chrome/test/data/extensions/api_test/notifications/galore/app/data/28.0.1500.70.json
rename to chrome/test/data/extensions/api_test/notifications/galore/app/data/data.json
index 3ac28eb19931e3e5578e2036f7122ff9f8d5316f..a4c98ff1b2444eb96f90fa8a32fb1e06037d1582 100644
--- a/chrome/test/data/extensions/api_test/notifications/galore/app/data/28.0.1500.70.json
+++ b/chrome/test/data/extensions/api_test/notifications/galore/app/data/data.json
@@ -1,25 +1,7 @@
[
{
- "copyright": [
- "Copyright (c) 2013 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."
- ],
- "api": "notifications",
- "events": [
- "onDisplayed",
- "onClosed",
- "onClicked",
- "onButtonClicked"
- ],
- "globals": {
- "type": "$?",
- "priority": "$!"
- }
- },
- {
- "sectionName": "WebKit Notifications",
- "notificationType": "webkit",
+ "sectionName": "Web Notifications",
+ "notificationType": "web",
"notificationOptions": [
{
"iconUrl": "/images/man1-40x40.jpg",

Powered by Google App Engine
This is Rietveld 408576698