Index: chrome/common/extensions/docs/examples/extensions/native_messaging/echo.bat |
diff --git a/chrome_frame/smoke_test.bat b/chrome/common/extensions/docs/examples/extensions/native_messaging/echo.bat |
similarity index 52% |
copy from chrome_frame/smoke_test.bat |
copy to chrome/common/extensions/docs/examples/extensions/native_messaging/echo.bat |
index 72c4cdd4aea7b058b39f146d499d2044b0ab65bf..cf452b8ea5a5b7b7a9af261f002e2d21448c58af 100755 |
--- a/chrome_frame/smoke_test.bat |
+++ b/chrome/common/extensions/docs/examples/extensions/native_messaging/echo.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\echo.py" |