| Index: chrome/test/data/native_messaging/Native Hosts/empty_app.bat
|
| diff --git a/chrome_frame/smoke_test.bat b/chrome/test/data/native_messaging/Native Hosts/empty_app.bat
|
| similarity index 52%
|
| copy from chrome_frame/smoke_test.bat
|
| copy to chrome/test/data/native_messaging/Native Hosts/empty_app.bat
|
| index 72c4cdd4aea7b058b39f146d499d2044b0ab65bf..b09e96bb5749f9e957b6acf5d5c43a16421fb7ae 100755
|
| --- a/chrome_frame/smoke_test.bat
|
| +++ b/chrome/test/data/native_messaging/Native Hosts/empty_app.bat
|
| @@ -1,5 +1,6 @@
|
| -:: Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +@echo off
|
| +:: Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| :: Use of this source code is governed by a BSD-style license that can be
|
| :: found in the LICENSE file.
|
| -@echo off
|
| -python "%~d0%~p0\tools\smoke_test.py"
|
| +
|
| +python "%~dp0\empty_app.py"
|
|
|