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

Unified Diff: chrome/test/data/extensions/api_test/file_system/restore_entry/manifest.json

Issue 14607023: Add support for persistent file access in apps. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 7 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/file_system/restore_entry/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system/get_entry_id/manifest.json b/chrome/test/data/extensions/api_test/file_system/restore_entry/manifest.json
similarity index 54%
copy from chrome/test/data/extensions/api_test/file_system/get_entry_id/manifest.json
copy to chrome/test/data/extensions/api_test/file_system/restore_entry/manifest.json
index f45434aa45f5aeb2cbf37352a177292b565470f4..0596fb2a127d620d76f22057de1da2b986a6cbab 100644
--- a/chrome/test/data/extensions/api_test/file_system/get_entry_id/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system/restore_entry/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "chrome.fileSystem.getEntryId test",
+ "name": "chrome.fileSystem.restoreEntry test",
"version": "0.1",
- "description": "Test for chrome.fileSystem.getEntryId",
+ "description": "Test for chrome.fileSystem.restoreEntry",
"app": {
"background": {
"scripts": ["background.js"]

Powered by Google App Engine
This is Rietveld 408576698