summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_url_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_url_loader.h')
-rw-r--r--ppapi/tests/test_url_loader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/tests/test_url_loader.h b/ppapi/tests/test_url_loader.h
index 447b7e2..0b14bd2 100644
--- a/ppapi/tests/test_url_loader.h
+++ b/ppapi/tests/test_url_loader.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -42,6 +42,7 @@ class TestURLLoader : public TestCase {
std::string TestStreamToFile();
std::string TestSameOriginRestriction();
std::string TestAuditURLRedirect();
+ std::string TestAbortCalls();
const PPB_FileIOTrusted_Dev* file_io_trusted_interface_;
};