| Index: remoting/host/resources_unittest.cc
|
| diff --git a/remoting/host/resources_unittest.cc b/remoting/host/resources_unittest.cc
|
| index 94397628066cd0dc85a827df2b89e2e8ebef7a0a..518550d0be35176caf647d6672399ec09de492f7 100644
|
| --- a/remoting/host/resources_unittest.cc
|
| +++ b/remoting/host/resources_unittest.cc
|
| @@ -31,8 +31,8 @@ TEST_F(ResourcesTest, DISABLED_ProductName) {
|
| std::string expected_product_name = "Chromoting";
|
| #endif // !defined(GOOGLE_CHROME_BUILD)
|
|
|
| - // Chrome-style i18n is not used on Windows.
|
| -#if defined(OS_WIN)
|
| + // Chrome-style i18n is not used on Windows or Android.
|
| +#if defined(OS_WIN) || defined(OS_ANDROID)
|
| EXPECT_FALSE(resources_available_);
|
| #else
|
| EXPECT_TRUE(resources_available_);
|
|
|