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

Unified Diff: chrome/test/data/extensions/api_test/native_messaging/test.js

Issue 12386018: Revert 185189. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months 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
« no previous file with comments | « chrome/test/data/extensions/api_test/native_messaging/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/native_messaging/test.js
===================================================================
--- chrome/test/data/extensions/api_test/native_messaging/test.js (revision 185206)
+++ chrome/test/data/extensions/api_test/native_messaging/test.js (working copy)
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var appName = 'com.google.chrome.test.echo';
+var appName = navigator.platform.match(/win/i) ? 'echo.bat' : 'echo.py';
chrome.test.getConfig(function(config) {
chrome.test.runTests([
« no previous file with comments | « chrome/test/data/extensions/api_test/native_messaging/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698