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

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

Issue 10823157: Prettify Mac names, rewrite getDisplayPath API call to focus on $HOME (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: windows fix Created 8 years, 3 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/get_display_path_prettify_mac/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/manifest.json b/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..cae03ef7a4e68c7656a3632b4f314a7a93efe634
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/manifest.json
@@ -0,0 +1,15 @@
+{
+ "name": "chrome.fileSystem get display path, prettify, mac",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Test for chrome.fileSystem.getDisplayPath on Mac",
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
+ "permissions": [
+ "experimental",
+ "fileSystem"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698