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

Unified Diff: sync/js/js_test_util.cc

Issue 134443004: sync: Remove some WebUI debug functions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 11 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 | « sync/js/js_test_util.h ('k') | sync/syncable/directory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/js/js_test_util.cc
diff --git a/sync/js/js_test_util.cc b/sync/js/js_test_util.cc
index 331efccbb1ebdea19496a8b22769eb0b81595e46..7d40289ef932db7086307f8f8d1d105421100bdf 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));
« no previous file with comments | « sync/js/js_test_util.h ('k') | sync/syncable/directory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698