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

Unified Diff: chrome/test/data/extensions/api_test/filesystem_handler_write/tab.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
« no previous file with comments | « chrome/test/data/extensions/api_test/filesystem_handler_write/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/filesystem_handler_write/tab.js
===================================================================
--- chrome/test/data/extensions/api_test/filesystem_handler_write/tab.js (revision 125140)
+++ chrome/test/data/extensions/api_test/filesystem_handler_write/tab.js (working copy)
@@ -93,7 +93,7 @@
}
function executeListener(id, details) {
- if (id != "TextAction" && id != "BaseAction" && id != "JpegAction") {
+ if (id != "AbcAction" && id != "BaseAction" && id != "123Action") {
chrome.test.fail("Unexpected action id: " + id);
return;
}
« no previous file with comments | « chrome/test/data/extensions/api_test/filesystem_handler_write/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698