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

Unified Diff: chrome/common/extensions/docs/examples/extensions/native_messaging/echo.bat

Issue 10918255: The Windows portion of Native Messagaing (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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/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"

Powered by Google App Engine
This is Rietveld 408576698