| 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 f4695228597207d4a565a4f14ef8b3962056fcef..93127abf3c8c59cba19d2926c9b26aff2bd2cc9a 100644
|
| --- a/chrome/browser/extensions/platform_app_browsertest.cc
|
| +++ b/chrome/browser/extensions/platform_app_browsertest.cc
|
| @@ -461,12 +461,12 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, LaunchWithNoIntent) {
|
| << message_;
|
| }
|
|
|
| -// Tests that no launch data is sent through if the file MIME type cannot
|
| -// be read.
|
| +// Tests that launch data is sent through with the MIME type set to
|
| +// application/octet-stream if the file MIME type cannot be read.
|
| IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, LaunchNoType) {
|
| SetCommandLineArg("platform_apps/launch_files/test.unknownextension");
|
| - ASSERT_TRUE(RunPlatformAppTest("platform_apps/launch_invalid"))
|
| - << message_;
|
| + ASSERT_TRUE(RunPlatformAppTest(
|
| + "platform_apps/launch_application_octet_stream")) << message_;
|
| }
|
|
|
| // Tests that no launch data is sent through if the file does not exist.
|
|
|