Index: chrome/browser/extensions/permission_message_combinations_unittest.cc |
diff --git a/chrome/browser/extensions/permission_message_combinations_unittest.cc b/chrome/browser/extensions/permission_message_combinations_unittest.cc |
index 85625537c8d1feed6a5e55a2ced85bc185805305..272a7ecc3845f36ec92ebca86c0c88e555bec8f0 100644 |
--- a/chrome/browser/extensions/permission_message_combinations_unittest.cc |
+++ b/chrome/browser/extensions/permission_message_combinations_unittest.cc |
@@ -1164,18 +1164,11 @@ TEST_F(PermissionMessageCombinationsUnittest, PermissionMessageCombos) { |
" ]" |
"}"); |
-#ifdef OS_CHROMEOS |
ASSERT_TRUE(CheckManifestProducesPermissions( |
"Read your browsing history on all your signed-in devices", |
"Capture content of your screen", "Read and change your bookmarks", |
"Read and change your data on a number of websites", |
"Read and change your accessibility settings")); |
-#else |
- ASSERT_TRUE(CheckManifestProducesPermissions( |
- "Read your browsing history on all your signed-in devices", |
- "Capture content of your screen", "Read and change your bookmarks", |
- "Read and change your data on a number of websites")); |
-#endif |
ASSERT_TRUE(CheckManifestProducesHostPermissions( |
"All go.com sites", "All google.com sites", "All news.com sites", |
@@ -1215,14 +1208,9 @@ TEST_F(PermissionMessageCombinationsUnittest, PermissionMessageCombos) { |
" ]" |
"}"); |
-#ifdef OS_CHROMEOS |
ASSERT_TRUE(CheckManifestProducesPermissions( |
"Access your serial devices", "Store data in your Google Drive account", |
"Read and change your accessibility settings")); |
-#else |
- ASSERT_TRUE(CheckManifestProducesPermissions( |
- "Access your serial devices", "Store data in your Google Drive account")); |
-#endif |
ASSERT_TRUE(CheckManifestProducesHostPermissions()); |
} |