summaryrefslogtreecommitdiffstats
path: root/sync/js/js_test_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/js/js_test_util.cc')
-rw-r--r--sync/js/js_test_util.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/sync/js/js_test_util.cc b/sync/js/js_test_util.cc
index 331efcc..7d40289 100644
--- a/sync/js/js_test_util.cc
+++ b/sync/js/js_test_util.cc
@@ -87,12 +87,6 @@ class HasDetailsMatcher
return ::testing::MakeMatcher(new HasArgsMatcher(expected_args));
}
-::testing::Matcher<const JsArgList&> HasArgsAsList(
- const base::ListValue& expected_args) {
- scoped_ptr<base::ListValue> expected_args_copy(expected_args.DeepCopy());
- return HasArgs(JsArgList(expected_args_copy.get()));
-}
-
::testing::Matcher<const JsEventDetails&> HasDetails(
const JsEventDetails& expected_details) {
return ::testing::MakeMatcher(new HasDetailsMatcher(expected_details));