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

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

Issue 10411022: Change bug for disabled RemoteFileSystemExtensionApiTest.RemoteMountPoint test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « chrome/test/data/chromeos/gdata/remote_file_system_apitest_root_feed.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/filebrowser_component/remote.js
diff --git a/chrome/test/data/extensions/api_test/filebrowser_component/remote.js b/chrome/test/data/extensions/api_test/filebrowser_component/remote.js
index 4887c42d66a7ef9c649692c4ef7608111a31ad26..13f36f6fe1be4bd868a17c4b59660f18783ff8bf 100644
--- a/chrome/test/data/extensions/api_test/filebrowser_component/remote.js
+++ b/chrome/test/data/extensions/api_test/filebrowser_component/remote.js
@@ -123,7 +123,7 @@ TestRunner.prototype.verifyHandlerRequest =
};
-TestRunner.prototype.errorCallback_ = function(error, messagePrefix) {
+TestRunner.prototype.errorCallback_ = function(messagePrefix, error) {
tbarzic 2012/05/18 17:52:15 failure output should be nicer with this :)
var msg = '';
if (!error.code) {
msg = error.message;
« no previous file with comments | « chrome/test/data/chromeos/gdata/remote_file_system_apitest_root_feed.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698