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

Unified Diff: chrome/browser/extensions/platform_app_browsertest.cc

Issue 10447055: Move fileapi into its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 7 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
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)
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.

Powered by Google App Engine
This is Rietveld 408576698