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

Unified Diff: ui/events/gesture_detection/gesture_provider_unittest.cc

Issue 1397443005: Remove unused message_loop_ field in GestureProviderTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add the inclusion back Created 5 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/gesture_detection/gesture_provider_unittest.cc
diff --git a/ui/events/gesture_detection/gesture_provider_unittest.cc b/ui/events/gesture_detection/gesture_provider_unittest.cc
index 3cc45f938d5bff6dd143677431979a64996c276f..064e4f76e8cc2f0c37f98f94120daf9d3ac19a63 100644
--- a/ui/events/gesture_detection/gesture_provider_unittest.cc
+++ b/ui/events/gesture_detection/gesture_provider_unittest.cc
@@ -416,7 +416,6 @@ class GestureProviderTest : public testing::Test, public GestureProviderClient {
std::vector<GestureEventData> gestures_;
scoped_ptr<GestureProvider> gesture_provider_;
scoped_ptr<GestureEventData> active_scroll_begin_event_;
- base::MessageLoopForUI message_loop_;
};
// Verify that a DOWN followed shortly by an UP will trigger a single tap.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698