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

Unified Diff: ui/aura/mus/os_exchange_data_provider_mus_unittest.cc

Issue 2685183005: Makes ~InputMethodMus ack any in flight events (Closed)
Patch Set: null Created 3 years, 10 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 | « ui/aura/mus/input_method_mus_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/os_exchange_data_provider_mus_unittest.cc
diff --git a/ui/aura/mus/os_exchange_data_provider_mus_unittest.cc b/ui/aura/mus/os_exchange_data_provider_mus_unittest.cc
index 75d6e7d73d8c676805324367a500ba27d958c4cd..b3b5cfc277d2dae0fdbd3c857b305458b993a84d 100644
--- a/ui/aura/mus/os_exchange_data_provider_mus_unittest.cc
+++ b/ui/aura/mus/os_exchange_data_provider_mus_unittest.cc
@@ -190,7 +190,6 @@ TEST_F(OSExchangeDataProviderMusTest, TestPickledData) {
EXPECT_EQ(2, value);
}
-#if defined(USE_AURA)
TEST_F(OSExchangeDataProviderMusTest, TestHTML) {
OSExchangeData data;
GURL url("http://www.google.com/");
@@ -206,6 +205,5 @@ TEST_F(OSExchangeDataProviderMusTest, TestHTML) {
EXPECT_TRUE(copy.GetHtml(&read_html, &url));
EXPECT_EQ(html, read_html);
}
-#endif
} // namespace aura
« no previous file with comments | « ui/aura/mus/input_method_mus_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698