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

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: 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..3c3c908a916dac6c273bf608716aa88f4aeb2dff 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,23 +1,5 @@
[
{
- "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",
"notificationOptions": [
@@ -32,12 +14,12 @@
"message": "Dolor sit amet"
},
{
- "iconUrl": "https://www.google.com/images/icons/product/googlemail-64.png",
+ "iconUrl": "/images/googlemail-64.png",
"title": "New mail from Brant Hodestrine: Easy Hike in S.F. next Saturday!",
"message": "Hey, The trail starts from 'Merrie Way' Outer Richmond side. We can do brunch before in the Inner Richmond, maybe at that Russian place we used to go to after fencing."
},
{
- "iconUrl": "https://calendar.google.com/googlecalendar/images/about-alerts.gif",
+ "iconUrl": "/images/about-alerts.gif",
"title": "Google Calendar reminder",
"message": "Team Meeting (Brant Hodestrine) is starting at 10:25pm in SFO-CEN-3-Triptych (12), NYC-WES-2-Wegman (8), PAR-OPR-4-Cézanne http://www.example.com/talk/meet/example"
},

Powered by Google App Engine
This is Rietveld 408576698