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

Unified Diff: chrome/test/data/extensions/api_test/media_galleries/iphoto/manifest.json

Issue 86743002: [MediaGalleries] Enable iPhoto gallery (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test setup in util Created 6 years, 11 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/media_galleries/iphoto/manifest.json
diff --git a/chrome/test/data/extensions/api_test/media_galleries/picasa/manifest.json b/chrome/test/data/extensions/api_test/media_galleries/iphoto/manifest.json
similarity index 66%
copy from chrome/test/data/extensions/api_test/media_galleries/picasa/manifest.json
copy to chrome/test/data/extensions/api_test/media_galleries/iphoto/manifest.json
index 89fb4c1bc3002799604fbf395603d04807504d42..8194926de5ea14ba260333094e60132225f9542b 100644
--- a/chrome/test/data/extensions/api_test/media_galleries/picasa/manifest.json
+++ b/chrome/test/data/extensions/api_test/media_galleries/iphoto/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "chrome.mediaGalleries.picasa",
+ "name": "chrome.mediaGalleries.iphoto",
"version": "0.1",
- "description": "test Picasa media gallery for chrome.mediaGalleries.getMediaFileSystems",
+ "description": "test IPhoto media gallery for chrome.mediaGalleries.getMediaFileSystems",
"app": {
"background": {
"scripts": ["common_injected.js", "test.js"]

Powered by Google App Engine
This is Rietveld 408576698