Chromium Code Reviews| Index: chrome/browser/apps/app_browsertest.cc |
| diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc |
| index c7be206135c04f271102d133703ef29a3d046c99..402c83113632f1cbd6ca5dd7503564480eadd6b2 100644 |
| --- a/chrome/browser/apps/app_browsertest.cc |
| +++ b/chrome/browser/apps/app_browsertest.cc |
| @@ -173,6 +173,7 @@ class ScopedPreviewTestingDelegate : PrintPreviewUI::TestingDelegate { |
| gfx::Size dialog_size_; |
| }; |
| +#if !defined(OS_CHROMEOS) |
| bool CopyTestDataAndSetCommandLineArg( |
|
Nico
2013/11/10 05:07:09
This function should be in !defined(OS_WIN) since
hans
2013/11/11 19:29:51
Done.
|
| const base::FilePath& test_data_file, |
| const base::FilePath& temp_dir, |
| @@ -187,7 +188,6 @@ bool CopyTestDataAndSetCommandLineArg( |
| return true; |
| } |
| -#if !defined(OS_CHROMEOS) |
| const char kTestFilePath[] = "platform_apps/launch_files/test.txt"; |
| #endif |