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

Unified Diff: chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/background.js

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: update for benwells 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/background.js
diff --git a/chrome/test/data/extensions/platform_apps/launch_2/test.js b/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/background.js
similarity index 84%
copy from chrome/test/data/extensions/platform_apps/launch_2/test.js
copy to chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/background.js
index 07fd91cce16dd04c43fac70099086b6797e82371..bdb24003f9c21f596cf540f5aa8543e382cb3d44 100644
--- a/chrome/test/data/extensions/platform_apps/launch_2/test.js
+++ b/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/background.js
@@ -3,5 +3,5 @@
// found in the LICENSE file.
chrome.app.runtime.onLaunched.addListener(function() {
- chrome.test.notifyPass();
+ chrome.app.window.create('test.html');
});

Powered by Google App Engine
This is Rietveld 408576698