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

Unified Diff: content/common/input/input_param_traits_unittest.cc

Issue 65813002: mac: Prepare most test code for -Wunused-functions too. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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
Index: content/common/input/input_param_traits_unittest.cc
diff --git a/content/common/input/input_param_traits_unittest.cc b/content/common/input/input_param_traits_unittest.cc
index df42fd6c2a4415f4de33488781abb9586913c414..6418efc912f0f85d6f15ffdb8f02247e0e99e6ce 100644
--- a/content/common/input/input_param_traits_unittest.cc
+++ b/content/common/input/input_param_traits_unittest.cc
@@ -15,10 +15,6 @@ namespace {
typedef ScopedVector<InputEvent> InputEvents;
-void AddTo(InputEvents& events, const blink::WebInputEvent& event) {
- events.push_back(new InputEvent(event, ui::LatencyInfo(), false));
-}
-
class InputParamTraitsTest : public testing::Test {
protected:
static void Compare(const InputEvent* a, const InputEvent* b) {
« no previous file with comments | « content/browser/fileapi/sandbox_file_system_backend_unittest.cc ('k') | net/ssl/default_server_bound_cert_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698