Index: chrome/browser/extensions/platform_app_browsertest.cc |
diff --git a/chrome/browser/extensions/platform_app_browsertest.cc b/chrome/browser/extensions/platform_app_browsertest.cc |
index b4aecb7f99acfe5e24653ea70ab9fa3bf372e576..f21edd968a6b75b9ed0795c0707a978ef7a3972d 100644 |
--- a/chrome/browser/extensions/platform_app_browsertest.cc |
+++ b/chrome/browser/extensions/platform_app_browsertest.cc |
@@ -298,14 +298,11 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, ExtensionWindowingApis) { |
#if !defined(OS_CHROMEOS) |
// Tests that command line parameters get passed through to platform apps |
// via launchData correctly when launching with a file. |
-// TODO(benwells): fix this test for Linux (http://crbug.com/129885). |
-#if !defined(OS_LINUX) |
benwells
2012/05/29 10:23:00
This was working on linux but not linux_shared.
|
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, LaunchWithFile) { |
SetCommandLineArg( "platform_apps/launch_files/test.txt"); |
ASSERT_TRUE(RunPlatformAppTest("platform_apps/launch_file")) |
<< message_; |
} |
-#endif // defined(OS_LINUX) |
// Tests that no launch data is sent through if the platform app provides |
// an intent with the wrong action. |