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

Unified Diff: chrome/test/data/extensions/api_test/filebrowser_component/write.js

Issue 9395077: [filebrowser] Introduce View action for supported file types (e.g. pdf). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/filebrowser_component/write.js
===================================================================
--- chrome/test/data/extensions/api_test/filebrowser_component/write.js (revision 125140)
+++ chrome/test/data/extensions/api_test/filebrowser_component/write.js (working copy)
@@ -41,7 +41,7 @@
};
chrome.test.runTests([function tab() {
- var expectedTasks = {'TextAction': ['filesystem:*.txt'],
+ var expectedTasks = {'AbcAction': ['filesystem:*.abc'],
'BaseAction': ['filesystem:*', 'filesystem:*.*']};
var expectations = new TestExpectations(expectedTasks, verifyFileContent);

Powered by Google App Engine
This is Rietveld 408576698